DBA Data[Home] [Help]

SYS.DBMS_ADVISOR dependencies on WRI$_ADV_PARAMETERS

Line 67: TYPE argList IS TABLE OF sys.wri$_adv_parameters.value%TYPE;

63: -- Common types
64: -------------------------------------------------------------------------------
65: -- this type is used to pass a list of task prameters to the execute_task
66: -- function. This is used only for advisor that support multi-execution.
67: TYPE argList IS TABLE OF sys.wri$_adv_parameters.value%TYPE;
68:
69: -- this type is identical to VARCHAR2S from the DBMS_SQL package and
70: -- is redefined here due to bootstrapping problems
71: TYPE varchar2adv IS TABLE OF VARCHAR2(256) INDEX BY BINARY_INTEGER;