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


VIEW: SYS.CDB_REWRITE_EQUIVALENCES

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

Description of rewrite equivalence accessible to DBA in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the rewrite equivalence
NAME VARCHAR2 (30) Yes Name of the rewrite equivalence
SOURCE_STMT CLOB (4000)
Source statement of the rewrite equivalence
DESTINATION_STMT CLOB (4000)
Destination of the rewrite equivalence
REWRITE_MODE VARCHAR2 (10)
Rewrite mode of the rewrite equivalence
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      NAME
,      SOURCE_STMT
,      DESTINATION_STMT
,      REWRITE_MODE
,      CON_ID
FROM SYS.CDB_REWRITE_EQUIVALENCES;

Dependencies

[top of page]

SYS.CDB_REWRITE_EQUIVALENCES does not reference any database object

SYS.CDB_REWRITE_EQUIVALENCES is referenced by following:

SchemaPUBLIC
SynonymCDB_REWRITE_EQUIVALENCES