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


VIEW: SYS.CDB_PENDING_TRANSACTIONS

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

information about unresolved global transactions in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
FORMATID NUMBER

format identifier of the transaction identifier
GLOBALID RAW (64)
global part (gtrid) of the transaction identifier
BRANCHID RAW (64)
branch qualifier (bqual) of the transaction identifier
CON_ID NUMBER

container id
Query Text

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


SELECT FORMATID
,      GLOBALID
,      BRANCHID
,      CON_ID
FROM SYS.CDB_PENDING_TRANSACTIONS;

Dependencies

[top of page]

SYS.CDB_PENDING_TRANSACTIONS does not reference any database object

SYS.CDB_PENDING_TRANSACTIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_PENDING_TRANSACTIONS