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


VIEW: SYS.CDB_LOGSTDBY_SKIP_TRANSACTION

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

List the transactions to be skipped in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
XIDUSN NUMBER

Transaction id, component 1 of 3
XIDSLT NUMBER

Transaction id, component 2 of 3
XIDSQN NUMBER

Transaction id, component 3 of 3
CON_ID NUMBER

container id
Query Text

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


SELECT XIDUSN
,      XIDSLT
,      XIDSQN
,      CON_ID
FROM SYS.CDB_LOGSTDBY_SKIP_TRANSACTION;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_SKIP_TRANSACTION does not reference any database object

SYS.CDB_LOGSTDBY_SKIP_TRANSACTION is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_SKIP_TRANSACTION