Content validated on 12/18/2020 with ODI Version 12.2.1.4.200304.2238 ATP Version Oracle Database 19c Enterprise Edition Release - Production Version...
Content validated on 12/18/2020 with ODI Version 12.2.1.4.200304.2238 ATP Version Oracle Database 19c Enterprise Edition Release - Production Version 19.5.0.0.0 Background This blog walks though how to configure Oracle Data Integrator (ODI) on Oracle Cloud Marketplace Agents in High Availability (HA) Mode with the Autonomous Transaction Processing (ATP) Database to hold the ODI repository. To allow for a true application HA, the agents configured throughout this blog will...
Content validated on 12/18/2020 with ODI Version 12.2.1.4.200304.2238 ATP Version Oracle Database 19c Enterprise Edition Release - Production Version 19.5.0.0.0 Background This blog walks though how...
Author: Ricardo Ferreira Introduction Messaging is one of those technologies that have been around for decades, but only recently people got aware of the...
Author: Ricardo Ferreira Introduction Messaging is one of those technologies that have been around for decades, but only recently people got aware of the important role that messaging plays to any software-based architecture. Any use case that requires messages to be exchanged between systems in a reliable, fault-tolerant and scalable way may leverage messaging to fulfill its needs. Nowadays we have thousands of messaging products available to use, so deciding which one to...
Author: Ricardo Ferreira Introduction Messaging is one of those technologies that have been around for decades, but only recently people got aware of the important role that messaging plays to...
Introduction Federation is a well-known pattern and has been discussed at length on this blog. Almost every vendor or cloud provider out there supports...
Introduction Federation is a well-known pattern and has been discussed at length on this blog. Almost every vendor or cloud provider out there supports Federation and it’s been around for quite some time now. In this blog post, I will talk about Federation again, but this time in combination with Weblogic's Virtual Users and Groups. What that means, in practical terms, is that users and groups won’t have to be synchronized between the Identity Provider (Oracle Identity Cloud...
Introduction Federation is a well-known pattern and has been discussed at length on this blog. Almost every vendor or cloud provider out there supports Federation and it’s been around for quite some...
Know Which Versions of TLS are Supported in Recent Java Versions NOTE: A more comprehensive examination of TLS and what to examine when setting up web service...
Know Which Versions of TLS are Supported in Recent Java Versions NOTE: A more comprehensive examination of TLS and what to examine when setting up web service integrations in Oracle Cloud Saas extensions has been published. See Transport Layer Security (TLS) and Web Service Connections in SaaS Integrations In the twenty-plus years of the Internet’s interaction with the Secure Sockets Layer (SSL) and Transport Level Security (TLS) protocols, there have been some rough...
Know Which Versions of TLS are Supported in Recent Java Versions NOTE: A more comprehensive examination of TLS and what to examine when setting up web service integrations in Oracle Cloud Saas...
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...
Executive Overview With the current release of SOA Cloud Service (SOACS) a common requirement often requested is to connect to an on-premise database from the...
Executive Overview With the current release of SOA Cloud Service (SOACS) a common requirement often requested is to connect to an on-premise database from the cloud SOACS instance. This article outlines a quick and simple method to establish the connectivity between the single-node SOACS instance and the on-premise database server using an SSH tunnel. Solution Approach Overview The overall solution is described in the diagram shown below. An SSH tunnel is established between...
Executive Overview With the current release of SOA Cloud Service (SOACS) a common requirement often requested is to connect to an on-premise database from the cloud SOACS instance. This article...
Introduction: To communicate with any process, you need to know at least 3 things about it - IP address, port number and protocol. Fusion Applications comprises...
Introduction: To communicate with any process, you need to know at least 3 things about it - IP address, port number and protocol. Fusion Applications comprises many running processes. End users communicate directly with only a handful of them, but all processes communicate with other processes to provide necessary services. Understanding various IP addresses and listen ports is very important to effectively troubleshoot communication between various components and...
Introduction: To communicate with any process, you need to know at least 3 things about it - IP address, port number and protocol. Fusion Applications comprises many running processes. End...
Introduction Many WebLogic Server (WLS) implementations use JRockit 28 as the JVM implementation. JRockit 28 comes with the very useful JRockit Flight Recorder...
Introduction Many WebLogic Server (WLS) implementations use JRockit 28 as the JVM implementation. JRockit 28 comes with the very useful JRockit Flight Recorder which helps in many troubleshooting situations. Problem In high volume WLS implementations with many domains and many managed servers the Flight Recorder could fill up the disk of the temporary file storage (often located at /tmp). This works good for some time, but suddenly results in failures during restarts of some...
Introduction Many WebLogic Server (WLS) implementations use JRockit 28 as the JVM implementation. JRockit 28 comes with the very useful JRockit Flight Recorder which helps in many...
Recently, I worked with a customer where we would notice severe performance degradation over time within JCS (Java Cloud Service). The product used was Oracle...
Recently, I worked with a customer where we would notice severe performance degradation over time within JCS (Java Cloud Service). The product used was Oracle Service Bus (OSB) where it would take around 2 seconds to process a request and send a response. Over time, we would see the same request/response take over 1 minute! If we restarted the JVM and tested again, the response time was back to 2 seconds but would again degrade over time. In an effort to troubleshoot this,...
Recently, I worked with a customer where we would notice severe performance degradation over time within JCS (Java Cloud Service). The product used was Oracle Service Bus (OSB) where it would take...