Introduction The Oracle Fusion based SaaS offerings provide an interesting tool to extract data and to store them in CSV format on a shared resource like the...
Introduction The Oracle Fusion based SaaS offerings provide an interesting tool to extract data and to store them in CSV format on a shared resource like the Fusion SaaS built-in UCM server or a Storage Cloud: BI Cloud Connector (BICC). The extracted data can be copied from these cloud resources and downloaded to local resources, before post-processing operations like transformations and loads into Data Warehouses or other databases can be initiated. Perhaps this built-in...
Introduction The Oracle Fusion based SaaS offerings provide an interesting tool to extract data and to store them in CSV format on a shared resource like the Fusion SaaS built-in UCM server or...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1 and use Oracle JET (Javascript Extension Toolkit) to create an HTML/js application. Oracle JET is also an MVVM (model-view-viewmodel) architecture as we saw in Part 2. JET using Knockout.js for the ViewModel instead of Vue.js we used in Part 2. There is an excellent overview in the JET documentation where you will find...
Introduction In this the third and final part of the series on using the PCS Rest API we will take the single page HTML application we started with in Part 1 and use Oracle JET (Javascript Extension...
Introduction Integration Cloud Service (ICS) is a PaaS cloud offering from Oracle that provides capabilities of integrating applications both on-cloud and...
Introduction Integration Cloud Service (ICS) is a PaaS cloud offering from Oracle that provides capabilities of integrating applications both on-cloud and on-premise (on-prem). ICS provides rich set of connectors/adapters to connect to Oracle's SaaS and on-prem applications and many third-party cloud and on-prem applications. One such connector that ICS provides is the Oracle ERP Cloud Adapter which is used to connect to Oracle Cloud ERP. Oracle Cloud ERP (ERP) offers the...
Introduction Integration Cloud Service (ICS) is a PaaS cloud offering from Oracle that provides capabilities of integrating applications both on-cloud and on-premise (on-prem). ICS provides rich set...
Introduction In a previous article I discussed the use of the Enterprise Scheduler Service (ESS) to poll for files, on a scheduled basis, to read from MFT. In...
Introduction In a previous article I discussed the use of the Enterprise Scheduler Service (ESS) to poll for files, on a scheduled basis, to read from MFT. In that article we discussed how to process many files that have been posted to the SFTP server. At the end of that article I mentioned the use of the push pattern for file processing. This article will cover how to implement that push pattern with Managed-File Transfer (MFT) and the Integration Cloud Service (ICS). ...
Introduction In a previous article I discussed the use of the Enterprise Scheduler Service (ESS) to poll for files, on a scheduled basis, to read from MFT. In that article we discussed how to process...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the next step by using and presenting data retrieved from PCS. We started out stuffing the string representation of the JSON data into an HTML <div> on the page. Now let's present interesting bits of the data in a clear and appealing user interface. Building presentation structure separate from data and code is a...
Introduction In Part 1 we looked at using the Process Cloud Service REST API and making REST calls from an HTML page using jQuery/AJAX. In Part 2 we’ll take the next step by using and presenting...
Introduction Oracle Eloqua, part of Oracle's Marketing Cloud suite of products, is a cloud based B2B marketing platform that helps automate the lead generation...
Introduction Oracle Eloqua, part of Oracle's Marketing Cloud suite of products, is a cloud based B2B marketing platform that helps automate the lead generation and nurture process. It enables the marketer to plan and execute marketing campaigns while delivering a personalized customer experience to prospects. In this blog I will describe how to integrate Eloqua with other SaaS applications using Oracle's iPaaS platform, the Integration Cloud Service(ICS). ICS provides an...
Introduction Oracle Eloqua, part of Oracle's Marketing Cloud suite of products, is a cloud based B2B marketing platform that helps automate the lead generation and nurture process. It enables...
Introduction At Oracle Open World 2016, Larry Ellison demoed the upcoming Oracle Intelligent Bots Cloud Service (IBCS), if you haven't seen the demo, you can...
Introduction At Oracle Open World 2016, Larry Ellison demoed the upcoming Oracle Intelligent Bots Cloud Service (IBCS), if you haven't seen the demo, you can watch the recording on youtube. Chatbots employ a conversational interface that is both lean and smart, and if designed properly is even charming. Chat helps people find the things they want and need, as well as delivering great services and information directly into an interface they already know and love.Think about...
Introduction At Oracle Open World 2016, Larry Ellison demoed the upcoming Oracle Intelligent Bots Cloud Service (IBCS), if you haven't seen the demo, you can watch the recording on youtube. Chatbots...
Note: This post has been retired as it pertained only to On-premise technology or Oracle Classic Infrastructure and can no longer be validated.
The Process Cloud Service (PCS) REST API provides an avenue to build UI components for workflow applications based on PCS. The versatility that comes with REST...
The Process Cloud Service (PCS) REST API provides an avenue to build UI components for workflow applications based on PCS. The versatility that comes with REST enables modern web application frameworks and just as easily, mobile applications. The API documentation is available here. Notice the endpoints are organized into eight categories. We'll be focusing on the process and task categories. Exploring the API The API documentation contains samples using cURL which is useful...
The Process Cloud Service (PCS) REST API provides an avenue to build UI components for workflow applications based on PCS. The versatility that comes with REST enables modern web...