5.164 DBA_LOGSTDBY_SKIP
DBA_LOGSTDBY_SKIP displays the skip rules that are used by SQL Apply.
               
This view is for logical standby databases only.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Indicates how the skip rule was created: 
 | 
| 
 | 
 | 
 | Specifies the type of statement that should be skipped | 
| 
 | 
 | 
 | Name of the schema under which the skip option should be used | 
| 
 | 
 | 
 | Name of the object that is being skipped | 
| 
 | 
 | 
 | Indicates whether the statement should use a SQL wildcard search when matching names ( | 
| 
 | 
 | 
 | Escape character used when performing wildcard matches | 
| 
 | 
 | 
 | Name of a stored procedure that will be executed when processing the skip option | 
See Also:
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_LOGSTDBY.SKIP_ERRORprocedure
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_LOGSTDBY.SKIPprocedure