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


VIEW: SYS.CDB_STREAMS_KEEP_COLUMNS

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

Keep columns 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
SCHEMA_NAME VARCHAR2 (128)
The schema of the column to be kept
TABLE_NAME VARCHAR2 (128)
The table of the column to be kept
COLUMN_NAME VARCHAR2 (4000)
The column to keep
VALUE_TYPE VARCHAR2 (3)
Whether to keep the old column value of the lcr, the new value, or both
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
,      SCHEMA_NAME
,      TABLE_NAME
,      COLUMN_NAME
,      VALUE_TYPE
,      PRECEDENCE
,      STEP_NUMBER
,      CON_ID
FROM SYS.CDB_STREAMS_KEEP_COLUMNS;

Dependencies

[top of page]

SYS.CDB_STREAMS_KEEP_COLUMNS does not reference any database object

SYS.CDB_STREAMS_KEEP_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_KEEP_COLUMNS