Rahul Sinhaoic.hashnode.dev·Dec 12, 2024Leveraging Adapters and Recipes in OICOverview Adapters and recipes in Oracle Integration Cloud (OIC) serve as powerful tools to simplify integration development. Adapters enable seamless communication between applications, while recipes provide ready-to-use templates for common integrat...#oic
Rahul Sinhaoic.hashnode.dev·Dec 12, 2024Understanding Integration Patterns in OICOverview Integration patterns define how data flows and processes occur within Oracle Integration Cloud. Selecting the appropriate pattern for your use case ensures efficient and seamless operations. In this blog, we will explore the three main integ...1 likeoiclearning
Rahul Sinhaoic.hashnode.dev·Dec 12, 202410 Key Facts to Know Before Starting with OIC IntegrationsOverview Getting started with Oracle Integration Cloud (OIC) can be both exciting and challenging. Knowing a few critical facts before diving in can save time, reduce complexity, and set the foundation for successful integrations. In this blog, we’ll...LearnOICfromStart
Rahul Sinhaoic.hashnode.dev·Dec 9, 2024Introduction to Oracle Integration Cloud (OIC)Oracle Integration Cloud (OIC) is a powerful, cloud-based platform designed to simplify and accelerate the integration of applications and data. Whether you are connecting Oracle applications, third-party SaaS solutions, or on-premises systems, OIC p...21 likes·36 reads#oic
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024An APEX Vanity URL for Load Balanced Oracle Managed ORDS for ADB on OCIThis is a pretty simple guide to setting up a Vanity URL on Load Balancer to APEX on ADB. A lot of the information is contained in other blogs, so by following this, you should end up with a working Vanity URL on ADB on a Private End Point. Prerequis...2 likes·152 readsorclapex
Satish Kumarsatishkumar.hashnode.dev·Sep 26, 2024OAuth Setup for Fusion ERP Connections from Oracle Integration CloudThis document details the steps required to setup OAuth Authorization Code Credentials Security Policy for ERP calls from OIC adapters like ERP Adapter, REST adapter. Oracle Documentation can be found here. Note: OIC Gen2 SOAP adapter does not suppor...152 reads#oic
Satish Kumarsatishkumar.hashnode.dev·Sep 12, 2024OAuth Setup for Oracle Integration Cloud EndpointsThis blog details the steps required to setup OAuth Client Credentials for Invoking Oracle Integration Endpoints. The official documentation could be found here. Access the Identity Domain Log in to the Oracle Cloud Infrastructure Console with your ...Oracle
Satish Kumarsatishkumar.hashnode.dev·Sep 12, 2024Invoke GCP API's from Oracle Integration CloudIn this article we will see how to invoke GCP(Google Cloud Platform) Services API's from OIC using JWT Authorization. We will be utilizing the Service Account from GCP for this purpose. Even though we could utilize the OAuth Authorization Code flow ,...Oracle