2.45 ALL_APPLY_TABLE_COLUMNS
ALL_APPLY_TABLE_COLUMNS
displays, for the tables accessible to the current user, information about the nonkey table columns for which apply process conflict detection has been stopped for update and delete operations.
Conflict detection for nonkey columns can be stopped using the DBMS_APPLY_ADM.COMPARE_OLD_VALUES
procedure.
Related View
DBA_APPLY_TABLE_COLUMNS
displays, for all tables in the database, information about the nonkey table columns for which apply process conflict detection has been stopped for update and delete operations.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Name of the column |
|
|
|
Indicates whether to Compare the old value of the column on deletes ( |
|
|
|
Indicates whether to Compare the old value of the column on updates ( |
|
|
|
For remote tables, name of the database link pointing to the remote database |
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_APPLY_ADM.COMPARE_OLD_VALUES
procedure