Friday, December 27, 2024

OIC - Convert a package to a project

To convert a user-developed package into a project in Oracle Integration:
  1. Navigate to Design > Packages.
  2. Hover over the package to convert (accelerator and recipe packages are not eligible).
  3. Click the Actions icon and select Create Project.
  4. Enter a name, keywords, and an optional description.
  5. Choose whether to allow anyone to edit, view, and monitor resources by selecting or leaving the corresponding checkbox unchecked.
  6. Click Create. A message confirms the project creation and provides a link to access it.

The newly created project includes all resources (integrations, connections, lookups, and JavaScript libraries) from the package, leaving the original package unchanged.
Screenshots:






No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...