Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

DBA_LOGSTDBY_SKIP

DBA_LOGSTDBY_SKIP displays the tables that will be skipped by log apply services. This view is for logical standby databases only.

Column Datatype NULL Description
ERROR VARCHAR2(1)   Indicates whether the statement should be skipped (Y) or just return errors for the statement (N)
STATEMENT_OPT VARCHAR2(30)   Specifies the type of statement that should be skipped. It must be one of the SYSTEM_AUDIT statement options.
OWNER VARCHAR2(30)   Name of the schema under which the skip option should be used
NAME VARCHAR2(30)   Name of the table that is being skipped
USE_LIKE VARCHAR2(1)   Indicates whether the statement should use a SQL wildcard search when matching names (Y) or not (N)
ESC VARCHAR2(1)   Escape character used when performing wildcard matches
PROC VARCHAR2(98)   Name of a stored procedure that will be executed when processing the skip option