1 3082174464 IDL_UB1$ TABLE SYS2 63979520 SOURCE$ TABLE SYS3 12075008 IDL_UB2$ TABLE SYS4 7749632 DEPENDENCY$ TABLE SYS5 7356416 I_DEPENDENCY2 INDEX SYS6 6438912 I_DEPENDENCY1 INDEX SYS7 5521408 I_IDL_UB11 INDEX SYS8 4341760 IDL_SB4$ TABLE SYS9 3555328 I_access1 INDEX SYS
create table idl_ub1$ /* idl table for ub1 pieces */( obj# number not null, /* object number */ part number not null, /* part: 0 = diana, 1 = portable pcode, 2 = machine-dependent pcode */ version number, /* version number */ piece# number not null, /* piece number */ length number not null, /* piece length */ piece long raw not null) /* ub1 piece */ storage (initial 10k next 100k maxextents unlimited pctincrease 0)/
It is an intermediate language in which the strUCture of database tables and the logic of PL/SQL PRogram units can be consistently represented as attributed trees. Oracle uses the DIANA IDL, which comes from compilers for the Ada programming language. DIANA stands for Descriptive Intermediate Attributed Notation for Ada. Anyway, this is one of four tables in the data dictionary used to store the DIANA for PL/SQL program units, and the database objects that they reference.
新闻热点
疑难解答