DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_OLDIMAGE_COLUMNS

Object Details
Object Name: USER_OLDIMAGE_COLUMNS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Gives all object tables and columns in old (8.0) image format

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table
TABLE_NAME VARCHAR2 (128) Yes Name of the table
COLUMN_NAME VARCHAR2 (128)
Name of the top-level column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
FROM SYS.USER_OLDIMAGE_COLUMNS;

Dependencies

[top of page]

SYS.USER_OLDIMAGE_COLUMNS references the following:

SchemaSYS
TableCOL$
TableCOLTYPE$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.USER_OLDIMAGE_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymUSER_OLDIMAGE_COLUMNS