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_AUDITstatement options. | |
| OWNER | VARCHAR2(30) | Name of the schema under which the skip option should be used | |
| NAME | VARCHAR2(65) | 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 |