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


VIEW: SYS.CDB_SR_STLOG_EXCEPTIONS

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

in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the base table for the synchronous refresh
TABLE_NAME VARCHAR2 (128) Yes Name of the base table for the synchronous refresh
STAGING_LOG_NAME VARCHAR2 (128) Yes Name of the staging log for the synchronous refresh
BAD_ROWID ROWID (10) Yes Row ID of the staging log row causing the exception for the synchronous refresh
ERROR_NUMBER NUMBER

Error number of the exception for the synchronous refresh
ERROR_MESSAGE VARCHAR2 (4000)
Error message of the exception for the synchronous refresh
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      STAGING_LOG_NAME
,      BAD_ROWID
,      ERROR_NUMBER
,      ERROR_MESSAGE
,      CON_ID
FROM SYS.CDB_SR_STLOG_EXCEPTIONS;

Dependencies

[top of page]

SYS.CDB_SR_STLOG_EXCEPTIONS does not reference any database object

SYS.CDB_SR_STLOG_EXCEPTIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_SR_STLOG_EXCEPTIONS