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


VIEW: SYS.ALL_APPLY_TABLE_COLUMNS

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

Details about the columns of destination table object visible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (128)
Owner of the table
OBJECT_NAME VARCHAR2 (128)
Name of the table
COLUMN_NAME VARCHAR2 (4000)
Name of column
COMPARE_OLD_ON_DELETE VARCHAR2 (3)
Compare old value of column on deletes
COMPARE_OLD_ON_UPDATE VARCHAR2 (3)
Compare old value of column on updates
APPLY_DATABASE_LINK VARCHAR2 (128)
For remote tables, name of database link pointing to remote database
Query Text

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


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      COLUMN_NAME
,      COMPARE_OLD_ON_DELETE
,      COMPARE_OLD_ON_UPDATE
,      APPLY_DATABASE_LINK
FROM SYS.ALL_APPLY_TABLE_COLUMNS;

Dependencies

[top of page]

SYS.ALL_APPLY_TABLE_COLUMNS references the following:

SchemaSYS
ViewALL_TAB_COLUMNS
ViewDBA_APPLY_TABLE_COLUMNS
SYS.ALL_APPLY_TABLE_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymALL_APPLY_TABLE_COLUMNS