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


VIEW: SYS.USER_SOURCE_TABLES

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

Source tables available for Change Data Capture

[View Source]

Columns
Name Datatype Length Mandatory Comments
SOURCE_SCHEMA_NAME VARCHAR2 (128) Yes Schema of the source table
SOURCE_TABLE_NAME VARCHAR2 (128) Yes Name of the source table
Query Text

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


SELECT SOURCE_SCHEMA_NAME
,      SOURCE_TABLE_NAME
FROM SYS.USER_SOURCE_TABLES;

Dependencies

[top of page]

SYS.USER_SOURCE_TABLES references the following:

SchemaSYS
ViewALL_TABLES
TableCDC_CHANGE_TABLES$
TableUSER$
SYS.USER_SOURCE_TABLES is referenced by following:

SchemaPUBLIC
SynonymALL_SOURCE_TABLES
SynonymUSER_SOURCE_TABLES