Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to pass collections to PL/SQL package from OIC

edited Sep 4, 2024 4:25AM in Integration 1 comment

Summary:

We are in the process of transferring all direct table operations (insert/update/delete) from the OIC database activity to a PL/SQL package. However, we are encountering a challenge since OIC does not support the passing of %ROWTYPE variables.

The following documentation says,

The Oracle Autonomous Transaction Processing Adapter uses JDBC drivers to interact with the database and is restricted by JDBC driver constraints. Therefore, nested PL/SQL types ( for example, RECORD types inside a TABLE type) are not supported as IN/OUT parameters in a stored procedure. However, you can define OBJECT types inside the TABLE type.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!