| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.tools -> Question about objects whose object_type='TYPE'
Hi:
I have a question about oracle object whose type ='TYPE'. I did the following query to our oracle db:
SQLWKS> select * from all_objects where object_type='TYPE'
     2> and owner='CATPROD2'
     3>
OWNER                          OBJECT_NAME
SUBOBJECT_NAME                 OBJECT_ID  DATA_OBJEC OBJECT_TYPE
CREATED   LAST_DDL_ TIMESTAMP           STATUS  T G S
------------------------------ ------------------------------ ----------
-------------------- ---------- ---------- ------------------ ---------
 --------- ------------------- ------- - - -
CATPROD2
Does anyone know how probably these two objects get created? How to find more info about "TYPE" objects? I thought they might get created when store procedures (with the same name) were created, but I am not positive. We already dropped the store procedures.
Thanks.
Guang
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue May 16 2000 - 00:00:00 CDT
|  |  |