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


VIEW: SYS.CDB_STREAMS_TRANSFORM_FUNCTION

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

Rules-based transform functions used by Streams in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_OWNER VARCHAR2 (30) Yes The owner of the rule associated with the transform function
RULE_NAME VARCHAR2 (30) Yes The name of the rule associated with the transform function
VALUE_TYPE VARCHAR2 (4000)
The type of the transform function name. This type must be VARCHAR2 for a rule-based transformation to work properly
TRANSFORM_FUNCTION_NAME VARCHAR2 (4000)
The name of the transform function, or NULL if the VALUE_TYPE is not VARCHAR2
CUSTOM_TYPE VARCHAR2 (11)
The type of the transform function
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_OWNER
,      RULE_NAME
,      VALUE_TYPE
,      TRANSFORM_FUNCTION_NAME
,      CUSTOM_TYPE
,      CON_ID
FROM SYS.CDB_STREAMS_TRANSFORM_FUNCTION;

Dependencies

[top of page]

SYS.CDB_STREAMS_TRANSFORM_FUNCTION does not reference any database object

SYS.CDB_STREAMS_TRANSFORM_FUNCTION is referenced by following:

SchemaPUBLIC
SynonymCDB_STREAMS_TRANSFORM_FUNCTION