[Home] [Help]
[Dependency Information]
Object Name: | _DBA_APPLY_TABLE_COLUMNS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OBJECT_NUMBER | NUMBER | |||
COLUMN_NAME | VARCHAR2 | (128) | ||
FLAG | NUMBER | |||
DBLINK | VARCHAR2 | (128) | ||
SPARE1 | NUMBER | |||
SPARE2 | VARCHAR2 | (1000) |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_NUMBER
, COLUMN_NAME
, FLAG
, DBLINK
, SPARE1
, SPARE2
FROM SYS._DBA_APPLY_TABLE_COLUMNS;
SYS._DBA_APPLY_TABLE_COLUMNS is not referenced by any database object
|
|
|