How to Call a PL/SQL block with an Argument of PL/SQL Array Through OCCI?
(Doc ID 1469941.1)
Last updated on FEBRUARY 03, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1.0 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Goal
To demonstrate how to call a PL/SQL function, which takes an associative array (PL/SQL index by table) as a parameter, using the OCCI interface. The sample program shows two different methods of binding, firstly using an array, then using a vector.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |