Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
DBA_STREAMS_RENAME_SCHEMA
displays information about renamed schemas in a Streams capture process.
Column | Datatype | NULL | Description |
---|---|---|---|
RULE_OWNER |
VARCHAR2(30) |
The owner of the rule | |
RULE_NAME |
VARCHAR2(30) |
The name of the rule | |
FROM_SCHEMA_NAME |
VARCHAR2(30) |
The schema to be renamed | |
TO_SCHEMA_NAME |
VARCHAR2(30) |
The new schema name | |
PRECEDENCE |
NUMBER |
5 (The execution order relative to other transformations on the same STEP_NUMBER ; the smaller number will be executed first.) |
|
STEP_NUMBER |
NUMBER |
The order in which this transformation should be executed |