DBA_STREAMS_RENAME_SCHEMA displays information about renamed schemas 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 | |
| PRECEDENCE | NUMBER | 5(the execution order relative to other transformations on the sameSTEP_NUMBER; the smaller number will be executed first) | |
| STEP_NUMBER | NUMBER | Order in which this transformation should be executed |