Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SYS.OBJ$ table ????
SYS.OBJ$ is the table that contains info about all objects in the database.
The views dba_objects, all_objects and user_objects are all based on this
table. It is worth while to take a closer look at the code behind the view
dba_objects, as this gives a good understanding of what the columns in
SYS.OBJ$ really means.
Regards
Kurt
lrako_at_hotmail.com wrote in message <6sghoo$2be$1_at_nnrp1.dejanews.com>...
>Hello Oracle guys !!!
>
>I run a CREATE TABLE xxx AS SELECT .. and it seems that locks a table
called
>SYS.OBJ$.
>
>What's the use of this table ??
>
>Thankx,
>
>Lalaina
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
Received on Tue Sep 01 1998 - 11:26:32 CDT
![]() |
![]() |