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


VIEW: SYS.CDB_STREAMS_RENAME_SCHEMA

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

Rename schema transformations in all containers

[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
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
CON_ID NUMBER

container id
Query Text

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
,      CON_ID
FROM SYS.CDB_STREAMS_RENAME_SCHEMA;

Dependencies

[top of page]

SYS.CDB_STREAMS_RENAME_SCHEMA does not reference any database object

SYS.CDB_STREAMS_RENAME_SCHEMA is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_RENAME_SCHEMA