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


VIEW: SYS.CDB_OLDIMAGE_COLUMNS

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

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the table
TABLE_NAME VARCHAR2 (30) Yes Name of the table
COLUMN_NAME VARCHAR2 (30)
Name of the top-level column
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      CON_ID
FROM SYS.CDB_OLDIMAGE_COLUMNS;

Dependencies

[top of page]

SYS.CDB_OLDIMAGE_COLUMNS does not reference any database object

SYS.CDB_OLDIMAGE_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_OLDIMAGE_COLUMNS