Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_REFS

Description of REF columns contained in tables accessible to the user

Columns
   ___________________________
 
   TABLE_NAME
      Name of the table containing the REF column
   SCOPE_TABLE_NAME
      Name of the scope table, if it exists
   OBJECT_ID_TYPE
      If ref contains user-defined OID, then USER-DEFINED, else if it contains system generated OID, then SYSTEM GENERATED
   SCOPE_TABLE_OWNER
      Owner of the scope table, if it exists
   COLUMN_NAME
      Column name or attribute of object column
   OWNER
      Owner of the table containing the REF column
   IS_SCOPED
      Is the REF column scoped?
   WITH_ROWID
      Is the REF value stored with the rowid?

Related Commands:

   DBA_TYPES     ALL_TYPES    USER_TYPES 
   



Back to the Top

Simon Sheppard
SS64.com