Oracle Repository API and Model Reference Guide


Contents


API Methods


Element Definitions


Index  


Global Data Types

Some Repository API methods take objects of the following globally available types as parameters, or return such objects:

 JR_NUM_LIST
create or replace type JR_NUM_LIST as TABLE of NUMBER;

 JR_STR_LIST
create or replace type JR_STR_LIST as TABLE of VARCHAR2 (300);

SDD_ACC_PRIV_LIST
create or replace type SDD_ACC_PRIV_LIST as VARRAY (25) of VARCHAR (1);

SDD_SYS_PRIV_LIST
create or replace type SDD_SYS_PRIV_LIST as VARRAY (25) of VARCHAR (1);

Return to Top