点击这里给我发消息 点击这里给我发消息
首页 > 行业资讯 > Oracle>详细内容

系统对象IDL_UB1$表的含义及作用

添加时间:2010-1-4
    相关阅读: SQL Oracle 系统

在ITPUB上有朋友遇到SYSTEM表空间快速扩展的问题

系统表空间异常扩展的情况遇到过很多:
有的和用户表空间或对象分配不当有关
有的和高级复制的空间使用有关....


经过如下代码查询,可以找出系统表空间中占用空间最多的Top9对象:

col segment_name for a25
col owner for a10
SELECT *
  FROM (SELECT   BYTES, segment_name, segment_type, owner
            FROM dba_segments
           WHERE tablespace_name = 'SYSTEM'
        ORDER BY BYTES DESC)
 WHERE ROWNUM < 10
/

这个朋友的Top9对象为:

1    3082174464  IDL_UB1{GetProperty(Content)}nbsp;TABLE SYS
2    63979520      SOURCE{GetProperty(Content)}nbsp;TABLE SYS
3    12075008      IDL_UB2{GetProperty(Content)}nbsp;TABLE SYS
4    7749632       DEPENDENCY{GetProperty(Content)}nbsp;TABLE SYS
5    7356416       I_DEPENDENCY2 INDEX SYS
6    6438912       I_DEPENDENCY1 INDEX SYS
7    5521408       I_IDL_UB11   INDEX SYS
8    4341760       IDL_SB4{GetProperty(Content)}nbsp;TABLE SYS
9    3555328       I_ACCESS1   INDEX SYS

我们注意到占用空间最大的对象是IDL_UB1$系统表,空间占用近3G,那么这个表是做什么用的呢?
从sql.bsq中我们可以找到这个表的创建语句:

create table idl_ub1{GetProperty(Content)}nbsp;                           /* 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)
/


idl_ub1$表是用来存储PL/SQL的代码单元的,包括DIANA等,IDL在这里代表Interface Definition Language.
这个对象的含义可以从Ixora找到一点提示:

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.


在高级复制中会用到这个表,所以可能导致这个表快速增长,在Oracle10g之前,高级复制需要考虑的事情的确很多。

-The End-

 

本文作者:
咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册