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


VIEW: SYS.DBA_APPLY_TABLE_COLUMNS

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

Details about the destination table columns

[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 table, 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.DBA_APPLY_TABLE_COLUMNS;

Dependencies

[top of page]

SYS.DBA_APPLY_TABLE_COLUMNS references the following:

SchemaSYS
TableOBJ$
TableSTREAMS$_DEST_OBJ_COLS
TableUSER$
View_DBA_APPLY_OBJECTS
View_DBA_APPLY_TABLE_COLUMNS_H
SYS.DBA_APPLY_TABLE_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_TABLE_COLUMNS
SchemaSYS
ViewALL_APPLY_TABLE_COLUMNS
Package BodyDBMS_LOGREP_EXP - show dependent code