#1018 - Monitoring scheduled jobs with OCI Service Metrics
Many customers make use of OIC scheduled integrations, often with tight schedules. Sometimes these schedules cannot be adhered to e.g. I have a job running every 3 minutes, importing sales orders to...
View Article#1019 - OIC Gen2 to OIC3 Upgrade - Instance Id
In OIC runtime, integration flows are identified by a unique id, the instance id. This is defined in the OIC Gen2 and OIC3 api as a string -In OIC Gen2 - this string contains a numeric value -In OIC3...
View Article#1020 - Gen2 to OIC3 Upgrade - Factory REST API changes
Some customers are using the OIC Gen2 Factory api to download the log files -left side - OIC Gen2right side - OIC3Download a log file -Â /ic/api/integration/v1/monitoring/logs/icsflowlogThis is what I...
View Article#1021 - OIC REST API - Use OAuth with REST API calls
The OIC REST api docs tell us how to use OAuth with REST API calls -Let's try these out -Pre-requisite is an integration application you set up in your identity domain -Open this and copy the client id...
View Article#1022 OIC 24.08 New Features - Event Filtering
The 24.08 release of OIC3 includes support for event filtering - so let's check this out.Starting point is an event in my project -Â I now create an integration to publish this event -Â Now to the...
View Article#1023 OIC 24.08 New Features - Factory API
The following additions have been made to the OIC Factory API -
View Article#1024 Introduction to OIC API Catalog & Portal
 IntroductionMany OIC customers expose the apis of their integrations to internal, and, maybe also, external developers. Usually these integrations are REST or SOAP driven, i.e. have REST or SOAP...
View Article#1025 OIC Healthcare - FHIR adapter
 IntroductionSo what is FHIR? The HL7® FHIR® (Fast Healthcare Interoperability Resources 1 ) standard defines how healthcare information can be exchanged between different computer systems regardless...
View Article#1026 - OIC REST API Downloading log files - delta in OIC3
 This OIC Gen2 api lets you download -ICS Diagnostic LogICS flow logAudit LogThe request format is as follows -...
View Article#1027 Simple demo of OIC3 RPA
OIC3 RPA was a HUGE hit at Oracle Cloud World last month. Our customers who attended see this as an extremely useful and salient addition to the OIC3 toolkit. I suggest you read the excellent blog post...
View Article#1028 Configuring a new OIC3 instance
IntroductionIn this blog post I discuss the provisioning and initial configuration required to ensure all OIC components are available to you. Per default Visual Builder, File Server and Process are...
View Article#1029 - OIC Integration Basics - Lab 1
IntroductionThis is the first in a set of posts, designed for those totally new to OIC. It covers the mechanics of creating integrations in OIC, as well as covering basic implementation patterns. Lab...
View Article#1030 - OIC Integration Basics - Lab 2
IntroductionThis post begins with a short introduction to the integration patterns supported by OIC. The lab then covers using the Oracle Database adapter to create an order in a DB table. Integration...
View Article#1031 - OIC Integration Basics - Lab3
IntroductionLab 3 covers invoking the createOrder integration DB via its REST api. It also discusses logging/tracing and basic OIC error handling.Let's look again at the Endpoint Metadata for the lab2...
View Article#1032 - OIC Integration Basics - Lab 4 Scheduled Integrations
IntroductionA scheduled integration, as the name suggests, runs according to a schedule that you define. Many HCM and ERP integration scenarios are file based and also time based. For example, a...
View Article#1033 - OIC Integration Basics - Lab 5 OIC Connections
IntroductionThis lab discusses OIC Adapters and the connections you create based on them. It also discusses the connectivity agent in a bit more detail.Connections, Connections, ConnectionsOIC ships...
View Article#1034 - OIC Integration Basics - Lab 6 OIC Projects
IntroductionOIC Projects allow you to organize your related OIC artefacts - Integrations, Connections, Lookups, Libraries, Events. Think of a project as your one stop shop, when you developing business...
View Article#1035 - OIC Integration Basics - Lab 7 Integration Actions
IntroductionActions are the building blocks for your integrations. This post will explain each of them, and also provide examples of using such.AssignAssign is used to create and assign values to...
View Article#1035 - OIC Integration Basics - Table of Contents
Welcome to this short series of post for OIC beginners -Â OIC Provisioning and Configuration - enabling other OIC components, enabling OIC logging to OCI Logging, enabling use of OCI native actionsLab 1...
View Article#1037 - OIC Integration Basics - Lab 8 More Actions
IntroductionThe post covers the remaining Actions you can leverage, when creating your integrations.Error handlingI covered error handling in an earlier lab, but just to recap - OIC integrations each...
View Article