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


VIEW: SYS.CDB_REPDDL

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

Arguments that do not fit in a single repcat log record in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
LOG_ID NUMBER

Identifying number of the repcat log record
SOURCE VARCHAR2 (128)
Name of the database at which the request originated
ROLE VARCHAR2 (1)
Is this database the masterdef for the request
MASTER VARCHAR2 (128)
Name of the database that processes this request
LINE NUMBER

Ordering of records within a single request
TEXT VARCHAR2 (2000)
Portion of an argument
DDL_NUM NUMBER

Order of ddls to execute
CON_ID NUMBER

container id
Query Text

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


SELECT LOG_ID
,      SOURCE
,      ROLE
,      MASTER
,      LINE
,      TEXT
,      DDL_NUM
,      CON_ID
FROM SYS.CDB_REPDDL;

Dependencies

[top of page]

SYS.CDB_REPDDL does not reference any database object

SYS.CDB_REPDDL is referenced by following:

SchemaPUBLIC
SynonymCDB_REPDDL