Discussion

CTSH
CA
Last activity: 9 Jan 2016 15:52 EST
How Pega will work with Oracle sys.OdciVarchar2List(Extensibility Types - System Defined Constants and System Defined Types)
ODCIVarchar2List
Stores varrays of VARCHAR2
s
Datatype
VARRAY(32767) OF VARCHAR2(4000)
For Stored Procedures with OUT Parameter of these Types, which property types are suitable for this?
SP (
INKEY1 IN VARCHAR2,
ARESULT1 OUT SYS.ODCIVARCHAR2LIST
)