Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: type# values in sys.obj$ on 8.1.6.

RE: type# values in sys.obj$ on 8.1.6.

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Fri, 27 Apr 2001 10:37:56 -0700
Message-ID: <F001.002F466A.20010427100142@fatcity.com>

> -----Original Message-----
> From: Boivin, Patrice J [mailto:BoivinP_at_mar.dfo-mpo.gc.ca]>
>
> Would someone know what the type# values correspond to, in sys.obj$ on
> Oracle 8.1.6.?
>
> There are a number of new values in there.
> Oracle also tagged a # character at the end of the column
> name, I guess they
> always warned us that these x$ and xxx$ tables are not
> written in stone.

Do you mean that you want more information than is provided in the source code for the dba_objects view? Also, type was changed to type# in Oracle 8.0x

From source for dba_objects (information found in dba_views)

decode(o.type#, 0, 'NEXT OBJECT', 1, 'INDEX', 2, 'TABLE', 3, 'CLUSTER',

       4, 'VIEW', 5, 'SYNONYM', 6, 'SEQUENCE', 
       7, 'PROCEDURE', 8, 'FUNCTION', 9, 'PACKAGE',
       11, 'PACKAGE BODY', 12, 'TRIGGER',
       13, 'TYPE', 14, 'TYPE BODY', 
       19, 'TABLE PARTITION', 20, 'INDEX PARTITION', 21, 'LOB',
       22, 'LIBRARY', 23, 'DIRECTORY', 24, 'QUEUE',
       28, 'JAVA SOURCE', 29, 'JAVA CLASS', 30, 'JAVA RESOURCE',
       32, 'INDEXTYPE', 33, 'OPERATOR',
       34, 'TABLE SUBPARTITION', 35, 'INDEX SUBPARTITION', 
       39, 'LOB PARTITION', 40, 'LOB SUBPARTITION',
       43, 'DIMENSION',
       44, 'CONTEXT', 47, 'RESOURCE PLAN',
       48, 'CONSUMER GROUP',
       51, 'SUBSCRIPTION', 52, 'LOCATION', 56, 'JAVA DATA',
       'UNDEFINED'),




Jacques R. Kilchoer
(949) 754-8816
Quest Software, Inc.
8001 Irvine Center Drive
Irvine, California 92618
U.S.A.
http://www.quest.com Received on Fri Apr 27 2001 - 12:37:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US