Discussion
1
Replies
135
Views
Cognizant Technology Solutions
Posted: January 9, 2016
Last activity: January 9, 2016
Closed
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
)
Reference: Extensibility Types - System Defined Constants and System Defined Types