[Home] [Help]
[Dependency Information]
| Object Name: | DBA_STREAMS_RENAME_SCHEMA |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rename schema transformations
| 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 | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_OWNER
, RULE_NAME
, FROM_SCHEMA_NAME
, TO_SCHEMA_NAME
, PRECEDENCE
, STEP_NUMBER
FROM SYS.DBA_STREAMS_RENAME_SCHEMA;
SYS
ANYDATA
DBA_STREAMS_TRANSFORMATIONS
DBMS_LOB
- show dependent code
DBMS_LOGREP_UTIL
- show dependent code
GET_MAX_CHECKPOINT
RE$NV_ARRAY
PUBLIC
DBA_STREAMS_RENAME_SCHEMA
|
|
|
|