Introduction In this 3 part blog series, I will be demonstrating how to use PCS to invoke OSB (On-Prem or SOACS) services and upload a report/doc generated...
Introduction In this 3 part blog series, I will be demonstrating how to use PCS to invoke OSB (On-Prem or SOACS) services and upload a report/doc generated using BI Publisher to CEC. The following components are used in this demonstration: Oracle Content and Experience Cloud (CEC) Process Cloud Service (PCS) with CEC integration configured. BI Publisher 12.2.1 with sample reports installed SOACS with OSB or OSB On-Prem. In this blog series, I will be covering the following...
Introduction In this 3 part blog series, I will be demonstrating how to use PCS to invoke OSB (On-Prem or SOACS) services and upload a report/doc generated using BI Publisher to CEC. The following...
Introduction A DMZ (demilitarized zone) server is a public-facing computer host placed on a separate or isolated network segment. The intention of this DMZ...
Introduction A DMZ (demilitarized zone) server is a public-facing computer host placed on a separate or isolated network segment. The intention of this DMZ server is to provide an additional layer of network security between servers in the trusted network and servers in the public network. In this article we shall discuss how to configure Oracle GoldenGate (OGG) replication between On-Premises and GoldenGate Cloud Service (GGCS) via DMZ Server. This discussion will include a...
Introduction A DMZ (demilitarized zone) server is a public-facing computer host placed on a separate or isolated network segment. The intention of this DMZ server is to provide an additional layer...
Introduction Integration Cloud Service (ICS) enables connecting applications in the cloud or on-premise. It also provides an adapter for Oracle eBusiness Suite....
Introduction Integration Cloud Service (ICS) enables connecting applications in the cloud or on-premise. It also provides an adapter for Oracle eBusiness Suite. This eBS adapter is different than the eBS adapter in SOA Suite - it does not use a database connection. Instead it uses the REST services provided by eBS as part of Integrated SOA Gateway (ISG). Update August 2019: Please note that this blog was written in 2016 when eBS 12.2.4 was available. Current version is...
Introduction Integration Cloud Service (ICS) enables connecting applications in the cloud or on-premise. It also provides an adapter for Oracle eBusiness Suite. This eBS adapter is different than the...
Introduction Integration Cloud Service (ICS) enables connecting applications in the cloud or on-premise. It also provides an adapter for eBusiness Suite. This...
Introduction Integration Cloud Service (ICS) enables connecting applications in the cloud or on-premise. It also provides an adapter for eBusiness Suite. This eBS adapter is different than the eBS adapter in SOA Suite - it does not use a database connection. Instead it uses the REST services provided by eBS as part of Integrated SOA Gateway (ISG). Update August 2019: Please note that this blog was written in 2016 when eBS 12.2.4 was available. Current version is 12.2.8....
Introduction Integration Cloud Service (ICS) enables connecting applications in the cloud or on-premise. It also provides an adapter for eBusiness Suite. This eBS adapter is different than the eBS...
This is a follow-up to my previous post "Automate Oracle Compute Cloud Service Management with Python Requests", which allows you to create and configure an...
This is a follow-up to my previous post "Automate Oracle Compute Cloud Service Management with Python Requests", which allows you to create and configure an Oracle Compute instance in one step. However, my previous post does not allow you to log into the newly created instance and perform further configuration inside the instance. This post intends to demonstrate that using a combination of shell script and Ansible, we can move one step further in automating provisioning of...
This is a follow-up to my previous post "Automate Oracle Compute Cloud Service Management with Python Requests", which allows you to create and configure an Oracle Compute instance in one...
Author: Ricardo Ferreira Introduction One of the most common tasks performed during the creation of integrations in ICS (Integration Cloud Service) is the...
Author: Ricardo Ferreira Introduction One of the most common tasks performed during the creation of integrations in ICS (Integration Cloud Service) is the implementation of mappings. In a nutshell, mappings are the resources that ICS uses to allow messages coming from the configured source application to be sent to the configured target application. Failure in properly defining and configuring these mappings directly impacts how integrations are going to behave while sending...
Author: Ricardo Ferreira Introduction One of the most common tasks performed during the creation of integrations in ICS (Integration Cloud Service) is the implementation of mappings. In a...
Oracle Compute Cloud Service exposes a set of REST APIs for managing Compute Cloud resources programmatically. This post presents to you a sample implementation...
Oracle Compute Cloud Service exposes a set of REST APIs for managing Compute Cloud resources programmatically. This post presents to you a sample implementation of the REST API using Python Requests package. Inside the package, OracleComputeCloud.py module is the main implementation of the REST API GetComputeCloudInfo.py module demonstrates most of available retrieval operations DeleteComputeCloudResources.py demonstrates delete operations CreateComputeCloudInstance.py...
Oracle Compute Cloud Service exposes a set of REST APIs for managing Compute Cloud resources programmatically. This post presents to you a sample implementation of the REST API using Python Requests...
One of the big challenges with adopting Cloud Services Architecture is how to integrate the on-premise applications when the applications are behind the...
One of the big challenges with adopting Cloud Services Architecture is how to integrate the on-premise applications when the applications are behind the firewall. A very common scenario that falls within this pattern is cloud integration with Oracle E-Business Suite (EBS). To address this cloud-to-ground pattern without complex firewall configurations, DMZs, etc., Oracle offers a feature with the Integration Cloud Service (ICS) called Connectivity Agent (additional details...
One of the big challenges with adopting Cloud Services Architecture is how to integrate the on-premise applications when the applications are behind the firewall. A very common scenario that falls...
Executive Overview Oracle MFT (Managed File Transfer) is a product component within Oracle Fusion Middleware Service Integration Platform. It can be effectively...
Executive Overview Oracle MFT (Managed File Transfer) is a product component within Oracle Fusion Middleware Service Integration Platform. It can be effectively used to implement file-based use cases with HCM (Human Capital Management) application within Fusion Apps. Furthermore, MFT release 12.2.1 now has support for integrating Oracle Webcenter endpoints. This feature can be used for supporting document transfers to and from any Webcenter Content Server. Thus, a common use...
Executive Overview Oracle MFT (Managed File Transfer) is a product component within Oracle Fusion Middleware Service Integration Platform. It can be effectively used to implement file-based use cases...