This article has been deprecated as it is no longer valid for Oracle GoldenGate Microservices version 19.1, and above.
Introduction This article introduces how you can use serverless technology to extend SaaS. It is one of a series of articles I, and some colleagues of mine, are...
Introduction This article introduces how you can use serverless technology to extend SaaS. It is one of a series of articles I, and some colleagues of mine, are and will be authoring on the topic of how to use Oracle Cloud Infrastructure (OCI) to extend and integrate with SaaS. We've nicknamed the initiative "OCI4SaaS", and it would be good to see if that sticks! Why Serverless for SaaS? SaaS Customers love the licensing model of SaaS, they pay by consumption and/or by the...
Introduction This article introduces how you can use serverless technology to extend SaaS. It is one of a series of articles I, and some colleagues of mine, are and will be authoring on the topic...
Co-Author: Saunnie Bell, Technical Manager, Oracle Consulting Content validated on 12/18/2020 with ODI Version 12.2.1.4.200304.2238 ADW Version Oracle...
Co-Author: Saunnie Bell, Technical Manager, Oracle Consulting Content validated on 12/18/2020 with ODI Version 12.2.1.4.200304.2238 ADW Version Oracle Database 19c Enterprise Edition Release - Production Version 19.5.0.0.0 Background This blog is part of a series covering topics on how to utilize Oracle Analytics / ETL / Data Integration tools to extract data from various data sources. Future blog topics will cover extracting from: Oracle SaaS Applications, Oracle...
Co-Author: Saunnie Bell, Technical Manager, Oracle Consulting Content validated on 12/18/2020 with ODI Version 12.2.1.4.200304.2238 ADW Version Oracle Database 19c Enterprise Edition Release -...
Learn use cases for Natural Language Processing and practical steps for how to deploy an NLP environment for your own machine learning.
Required reading time: < 15 minutes Introduction In continuation of my blog on Fusion applications cloud instance strategy and Global Single Instance...
Required reading time: < 15 minutes Introduction In continuation of my blog on Fusion applications cloud instance strategy and Global Single Instance guidelines, I wanted to share my experience on Fusion Applications multi-pillar implementation. As Oracle's Fusion SaaS applications cloud is built on a single unified data model with a consistent user and developer experience that connects end-to-end business processes across modules (Human Capital Management (HCM), Enterprise...
Required reading time: < 15 minutes Introduction In continuation of my blog on Fusion applications cloud instance strategy and Global Single Instance guidelines, I wanted to share my experience on...
Managing product descriptions with Oracle Enterprise Data Quality Many organisations purchase the same products from multiple suppliers and commonly ask the...
Managing product descriptions with Oracle Enterprise Data Quality Many organisations purchase the same products from multiple suppliers and commonly ask the suppliers to provide data as to the manufacturer, description, part number etc. Unfortunately each supplier usually has their own format for the data they supply and no way to convert the content into a format specified or required by the buyer. Oracle Enterprise Data Quality provides a range of tools and techniques for...
Managing product descriptions with Oracle Enterprise Data Quality Many organisations purchase the same products from multiple suppliers and commonly ask the suppliers to provide data as to...
While exploring natural language processing (NLP) and various ways to classify text data, I wanted a way to test multiple classification algorithms and chains...
While exploring natural language processing (NLP) and various ways to classify text data, I wanted a way to test multiple classification algorithms and chains of data processing, and perform hyperparameter tuning on them, all at the same time. I ended up using Apache Spark with the CrossValidator and pipeline models. This article will detail the approach. Import statements. Nothing will be detailed here. These are just provided to make running this yourself simple. from...
While exploring natural language processing (NLP) and various ways to classify text data, I wanted a way to test multiple classification algorithms and chains of data processing, and perform...
Last validation: September 30, 2020 with 12.2.1.4.0 Introduction This post details the steps required to create connections in Oracle Data Integrator (ODI)...
Last validation: September 30, 2020 with 12.2.1.4.0 Introduction This post details the steps required to create connections in Oracle Data Integrator (ODI) Marketplace to Autonomous Databases on Dedicated Infrastructure (ADB-D) e.g. Autonomous Data Warehouse (ADW-D). This post uses ADW-D, but the method is also applicable to Autonomous Transaction Processing (ATP-D) databases. For additional details about ADW-D, visit Using Oracle Autonomous Data Warehouse on...
Last validation: September 30, 2020 with 12.2.1.4.0 Introduction This post details the steps required to create connections in Oracle Data Integrator (ODI) Marketplace to Autonomous Databases on...
Introduction This post will compare vectorizing word data using term frequency-inverse document frequency (TF-IDF) in several python implementations. TF-IDF is...
Introduction This post will compare vectorizing word data using term frequency-inverse document frequency (TF-IDF) in several python implementations. TF-IDF is used in the natural language processing (NLP) area of artificial intelligence to determine the importance of words in a document and collection of documents, A.K.A. corpus. Various implementations of TF-IDF were tested in python to gauge how they would perform against a large set of data. Tested were sklearn, gensim...
Introduction This post will compare vectorizing word data using term frequency-inverse document frequency (TF-IDF) in several python implementations. TF-IDF is used in the natural language processing...