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


VIEW: SYS.CDB_LOGSTDBY_SKIP

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

List the skip settings choosen in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
ERROR VARCHAR2 (1)
Does this skip setting only apply to failed attempts
STATEMENT_OPT VARCHAR2 (128)
The statement option choosen to skip
OWNER VARCHAR2 (128)
Schema name under which this skip option should be applied
NAME VARCHAR2 (261)
Object name under which this skip option should be applied
USE_LIKE VARCHAR2 (1)
Use SQL wildcard search when matching names
ESC VARCHAR2 (1)
The escape character used when performing wildcard matches.
PROC VARCHAR2 (392)
The stored procedure to call for this skip setting. DDL only
CON_ID NUMBER

container id
Query Text

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


SELECT ERROR
,      STATEMENT_OPT
,      OWNER
,      NAME
,      USE_LIKE
,      ESC
,      PROC
,      CON_ID
FROM SYS.CDB_LOGSTDBY_SKIP;

Dependencies

[top of page]

SYS.CDB_LOGSTDBY_SKIP does not reference any database object

SYS.CDB_LOGSTDBY_SKIP is referenced by following:

SchemaPUBLIC
SynonymCDB_LOGSTDBY_SKIP