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


VIEW: SYS.DBA_LOGSTDBY_SKIP

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

List the skip settings choosen

[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
Query Text

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


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

Dependencies

[top of page]

SYS.DBA_LOGSTDBY_SKIP references the following:

SchemaSYS
ViewDBA_USERS
SchemaSYSTEM
TableLOGSTDBY$SKIP
TableLOGSTDBY$SKIP_SUPPORT
SYS.DBA_LOGSTDBY_SKIP is referenced by following:

SchemaPUBLIC
SynonymDBA_LOGSTDBY_SKIP
SchemaSYS
Package BodyLOGSTDBY_INTERNAL - show dependent code