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_SOURCE_TABLES

DBA_SOURCE_TABLES describes all source tables in the database for which a change table is defined. This view is intended for use by Change Data Capture publishers.

Related View

USER_SOURCE_TABLES describes the source tables owned by the current user for which a change table is defined.

Column Datatype NULL Description
SOURCE_SCHEMA_NAME VARCHAR2(30) NOT NULL Table owner in the source database
SOURCE_TABLE_NAME VARCHAR2(30) NOT NULL Table name in the source database