MSAMM
Back to course

Oracle Integration Cloud: Building Integrations That Survive Production · Module 2 · The console and your first integration

The console, and the four places you will live

Lesson 13 of 175 · 2 min

Four places you will live: integrations, connections, lookups and monitoring. Everything else in the console can wait a month. INTEGRATIONS is where you build and activate. The list of flows, their status, and the designer. CONNECTIONS is where the links to other systems live — and it is separate from integrations deliberately, because one connection serves many flows. That separation is the reason a credential change breaks several things at once, and the reason it is worth getting right first. LOOKUPS are the small mapping tables: legacy code to Fusion code, country to region, whatever a transformation needs to translate. They are configuration rather than code, and that means somebody who is not you can change them — which is the maintenance argument this whole catalogue keeps making. MONITORING is where you find out what happened. Every run, its payload, its outcome, and the step it failed at. You will

The full lesson is part of the course

The video, the complete written lesson and the module quiz are included in Oracle Integration Cloud: Building Integrations That Survive Production, with a certificate on completion and a fourteen-day refund window.

Get the free lessons by email

We will email you a link to every free lesson in this course. No account needed, and one message only.

In this module: Module 2 · The console and your first integration

  1. 1The console, and the four places you will live
  2. 2Projects, and whether to use them
  3. 3Your first integration, start to finish
  4. 4Activation, and what it actually does
  5. 5Running it, and finding the instance
  6. 6Naming, and why it matters more than it should
  7. 7Versions and cloning
  8. 8What breaks: the first-week mistakes
  9. 9Lab briefing · Build, activate, run, find