Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
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
View PDF

DBA_STREAMS_RENAME_TABLE

DBA_STREAMS_RENAME_TABLE displays information about renamed tables in a Streams capture process.

Column Datatype NULL Description
RULE_OWNER VARCHAR2(30)   Owner of the rule
RULE_NAME VARCHAR2(30)   Name of the rule
FROM_SCHEMA_NAME VARCHAR2(30)   Schema to be renamed
TO_SCHEMA_NAME VARCHAR2(30)   New schema name
FROM_TABLE_NAME VARCHAR2(30)   Table to be renamed
TO_TABLE_NAME VARCHAR2(30)   New table name
PRECEDENCE NUMBER   4 (the execution order relative to other transformations on the same STEP_NUMBER; the smaller number will be executed first)
STEP_NUMBER NUMBER   Order in which this transformation should be executed