Author: Robert van Molken
Article / Link | Author | Subject Matter | Connecting |
---|---|---|---|
Invoke NHS using JWT Assertion in Oracle Integration | Madhav Poosarla / Akshaya Hebbar | OIC | |
OIC3 New Features announcement | Niall Commiskey | OIC3 | |
Rapid start on ERP & HCM Integrations with Oracle MICROS Simphony Labor using OIC Prebuilts | Prakash Masand | OIC | ERP, HCM, Micros Simphony |
New Adapters & Connectivity Enhancements in OIC | Madhav Poosarla | OIC | Netezza, SAP Concur, Shopify |
Embedding Oracle Integration Insight dashboards : Quickly and Easily | Sandhya Lakshmi Gopalan | Insights | |
Check out these two new tutorials for the Oracle Integration GEN 3! | Daniel Teixeira | OIC | |
Run Child integration or PL/SQL procedure in batches in Oracle Integration | Pawan Lakhotia | OIC | DB |
OIC and OCI Logging Analytics | Niall Commiskey | OIC | OCI Logging |
OIC 23.02 Release (Part 1, Part 2) | Niall Commiskey | OIC | |
Enhancing OCM Document OIC workflow process with an integrated Assets UX | John Sim | OIC | OCM |
Enhancing OCM Document OIC workflow process with an integrated Assets UX | John Sim | OIC | OCM |
Not really specific to OIC, but important to just about any solution involving authentication is OAuth 2 – so here Aaron Parecki has compiled all the relevant RFCs together into a single PDF – neat idea.
Generation 3 of OIC has been out for a few quarters now, and we’re starting to see guidance published on migrating from Gen2 to Gen3 and articles about OIC v3 features.
With Oracle Cloud World just around the corner, the annual Customer Advisory Board event can be attended. So if you’re in Las Vegas for the event – consider registering – it provides a chance to talk with product leadership and hear in detail product development.
July’s big news is the connectivity between OCI and Azure for Oracle to streamline Azure users accessing Oracle databases (here), and more importantly, for OIC users is the addition of new Sovereign nation regions (here). For OIC users this means the possibility of handling data that is more sensitive to where the data resides.
Article / Link | Author | Subject Matter | Connecting |
---|---|---|---|
Extending Opera Cloud with OIC | Niall Commiskey | OIC & VB | Oracle Hospitality (OPERA) |
End to End Business Process Automation | Niall Commiskey | OIC | AI Vision |
Jira Adapter – Add Attachments etc | Niall Commiskey | OIC | JIRA |
Update Oracle Integration Cloud connection from primary to standby database dynamically | Omid Izadkhasti | OIC | DB |
Git source code management for Oracle Integration Artifacts using VB Studio | Ashritha Malli | OIC. VBS | |
Making use of variables, properties and schedule parameters an | Yan Scorrer | OIC | |
Invoke OIC Integration from Process application (plus other short posts on OIC) | Sanddy | OIC | PCS |
Create process application with web form (plus other short posts on PCS) | Sanddy | PCS | |
OCI API GW & JWT to call OIC with/without Credentials (Part I & Part II) | Ankur Jain | OIC | |
Automation and AI – Oracle Process Automation with OCI AI Services | Milomir Vojvodic | OIC | AI |
Article / Link | Author | Subject Matter | Connecting |
---|---|---|---|
Schedule an Integrarion daily run, Schedule BI Publisher Report through OIC, Create Schedule Service SOAP connection | Sanddy | OIC | |
Work with B2B Documents, Work with B2B schema, B2B for Oracle Integration in Trading Partner Mode,What is B2B for Oracle Integration | Sanddy | OIC | |
Encrypt/Decrypt data using OCI Vault in Oracle Integration | Ankur Jain | OIC | Vault |
AS2 vs FTP transport protocols | Sanddy | OIC | |
Import an OIC integration using REST API, Export an Integration Using REST API | Sanddy | OIC | |
Oracle Integration Cloud aka OIC in Oracle Cloud Infrastructure | Dawaa Tamangg | OIC | |
Leveraging OCI Functions to invoke OIC Integrations | Santhosh Kumar | OIC | Functions |
In the second release of 2017 (17.2.5) ICS will introduce the capability of importing and using custom functions. These functions are created using JavaScript and can be used in transformations, expressions and as a action in Orchestrations. In this definitive guide we will go through all ins and outs of this new capability.
Custom functions – a new pillar of ICS
In our book we talked about the pillars of ICS; Connections, Integrations, Lookups, Agents, Adapters and Packages. This release introduced Libraries. A library is a set of Javascript functions. Keep in mind that the JavaScript functions are running server-side so some browser/client-side capabilities/APIs are not available. Functions can’t be created within ICS, but can be uploaded as part of a library in both JS and JAR file (collection of JS files) formats.
This is the first blog in our ICS Definitive Guide series. In this series we pick one feature that ICS offers and write the most detailed guide on it. This blog introduces the capability of processing batches using the For Each activity in orchestration type integrations.
These blogs follow the same writing style as the book. We sometimes use the same resources as we used in the book, which can be downloaded from the website of Packt. For this blog we are using the same WSDL as we used in chapter 5, Going Social with Twitter and Google, and as in chapter 10, Advanced orchestration with branching and asynchronous flows, but with a little change to one element.
The integration we are going to build simulates a notification send from our Airport Flight Schedules system with a list of persons that are missing / late for their flight. For each flight a list of persons are included in the notification. For each missing person a task is added to a Trello Board, used by the ground personal, to remove the passengers luggage from airplane.