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


VIEW: SYS.DBA_STREAMS_RENAME_TABLE

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

Rename table transformations

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_OWNER VARCHAR2 (128)
Owner of the rule which has an associated transformation
RULE_NAME VARCHAR2 (128)
Name of the rule which has an associated transformation
FROM_SCHEMA_NAME VARCHAR2 (128)
The schema to be renamed
TO_SCHEMA_NAME VARCHAR2 (128)
The new schema name
FROM_TABLE_NAME VARCHAR2 (128)
The table to be renamed
TO_TABLE_NAME VARCHAR2 (128)
The new table name
PRECEDENCE NUMBER

Execution order relative to other declarative transformations on the same step_number
STEP_NUMBER NUMBER

The order that this transformation should be executed
Query Text

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


SELECT RULE_OWNER
,      RULE_NAME
,      FROM_SCHEMA_NAME
,      TO_SCHEMA_NAME
,      FROM_TABLE_NAME
,      TO_TABLE_NAME
,      PRECEDENCE
,      STEP_NUMBER
FROM SYS.DBA_STREAMS_RENAME_TABLE;

Dependencies

[top of page]

SYS.DBA_STREAMS_RENAME_TABLE references the following:

SchemaSYS
TYPEANYDATA
ViewDBA_STREAMS_TRANSFORMATIONS
PL/SQL PackageDBMS_LOB - show dependent code
PL/SQL PackageDBMS_LOGREP_UTIL - show dependent code
FunctionGET_MAX_CHECKPOINT
TYPERE$NV_ARRAY
SYS.DBA_STREAMS_RENAME_TABLE is referenced by following:

SchemaPUBLIC
SynonymDBA_STREAMS_RENAME_TABLE