Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

DBA_COMPARISON

DBA_COMPARISON displays information about all comparison objects in the database.

Related View

USER_COMPARISON displays information about the comparison objects owned by the current user. This view does not display the OWNER column.

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the comparison
COMPARISON_NAME VARCHAR2(30) NOT NULL Name of the comparison
COMPARISON_MODE VARCHAR2(5)   Mode of the comparison:
  • TABLE

SCHEMA_NAME VARCHAR2(30)   Schema name of the local object
OBJECT_NAME VARCHAR2(30)   Name of the local object
OBJECT_TYPE VARCHAR2(17)   Type of the local object:
  • TABLE

  • VIEW

  • SYNONYM

  • MATERIALIZED VIEW

REMOTE_SCHEMA_NAME VARCHAR2(30)   Schema name of the remote object
REMOTE_OBJECT_NAME VARCHAR2(30)   Name of the remote object
REMOTE_OBJECT_TYPE VARCHAR2(17)   Type of the remote object:
  • TABLE

  • VIEW

  • SYNONYM

  • MATERIALIZED VIEW

DBLINK_NAME VARCHAR2(128)   Database link name to the remote database
SCAN_MODE VARCHAR2(9)   Scan mode of the comparison: FULL
  • FULL

  • RANDOM

  • CYCLIC

  • CUSTOM

SCAN_PERCENT NUMBER   Scan percent of the comparison; applicable to random and cyclic modes
CYCLIC_INDEX_VALUE VARCHAR2(4000)   Last index column value used in a cyclic scan
NULL_VALUE VARCHAR2(4000)   Value to use for NULL columns
LOCAL_CONVERGE_TAG RAW(2000)   Local Streams tag used while performing converge DMLs
REMOTE_CONVERGE_TAG RAW(2000)   Remote Streams tag used while performing converge DMLs
MAX_NUM_BUCKETS NUMBER   Suggested maximum number of buckets in a scan
MIN_ROWS_IN_BUCKET NUMBER   Suggested minimum number of rows in a bucket
LAST_UPDATE_TIME TIMESTAMP(6)   Time that this row was last updated