Monday, September 16, 2024

OIC Gen3 - About Tracing Levels while activating integration

OIC has following 3 tracing levels:

  1. Production
  2. Audit
  3. Debug
Production:
  • Data is retained for 32 days.
  • Log all flow actions
  • Log only invoke /logger actions.
  • Wihin loops( upto 1000 iterations)
Audit:
  • Data is retained for 8 days.
  • Logs same as production option
  • Also logs external payloads
Debug:
  • Data is retained only for 24 hrs.
  • Logs same as audit option
  • Also logs all actions within the loops.

Can we modify the tracing dynamically?

Yes, We can also dynamically or runtime modify the tracing level without deactivating the integration. 
Steps:
Integration >> "..." actions >> configure activation >> modify the tracing level.

What occurs or observe if we deactivate any integration:
  • Activated integrations cannot be edited.
  • Stops processing any new messages.
  • Pending requests remain unprocessed and are lost.
  • Existing history, monitoring, and runtime data are lost.
  • In-flight instances will fail, which can be observed.
  • You must stop the schedule before deactivation.

No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...