DBA Data[Home] [Help]

SYS.DBMS_UTILITY dependencies on ANYDATA

Line 51: TYPE anydata_array IS TABLE OF AnyData INDEX BY BINARY_INTEGER;

47: -- the starting index of instance_table is 1
48: -- instance_table is dense
49:
50: $if utl_ident.is_oracle_server $then
51: TYPE anydata_array IS TABLE OF AnyData INDEX BY BINARY_INTEGER;
52: -- array of anydata
53: $else
54: /* AnyData type is not supported */
55: $end

Line 52: -- array of anydata

48: -- instance_table is dense
49:
50: $if utl_ident.is_oracle_server $then
51: TYPE anydata_array IS TABLE OF AnyData INDEX BY BINARY_INTEGER;
52: -- array of anydata
53: $else
54: /* AnyData type is not supported */
55: $end
56:

Line 54: /* AnyData type is not supported */

50: $if utl_ident.is_oracle_server $then
51: TYPE anydata_array IS TABLE OF AnyData INDEX BY BINARY_INTEGER;
52: -- array of anydata
53: $else
54: /* AnyData type is not supported */
55: $end
56:
57: SUBTYPE maxraw IS RAW(32767);
58: