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


VIEW: SYS.DEFERRCOUNT

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

Summary information about deferred transactions that caused an error

[View Source]

Columns
Name Datatype Length Mandatory Comments
ERRCOUNT NUMBER

Number of existing transactions that caused an error for given destination
DESTINATION VARCHAR2 (128)
Database link used to address destination
Query Text

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


SELECT ERRCOUNT
,      DESTINATION
FROM SYS.DEFERRCOUNT;

Dependencies

[top of page]

SYS.DEFERRCOUNT references the following:

SchemaSYS
ViewDEFERROR
SYS.DEFERRCOUNT is referenced by following:

SchemaPUBLIC
SynonymDEFERRCOUNT