Oracle 视图 DBA_LOGSTDBY_SUPPORT_MODE 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图:DBA_LOGSTDBY_SUPPORT_MODE
用途:用于查询当前DataGuard块中使用的日志应用模式。
使用方法:使用以下SQL语句查看当前使用的日志应用模式:
SELECT name, value FROM v$parameter WHERE name = ‘log_archive_dest_state_2’
官方英文解释
DBA_LOGSTDBY_SUPPORT_MODE
displays information about whether tables in the database are supported for logical standby.
The query results for this view depend on whether the database is currently undergoing a manual rolling upgrade performed using transient logical standby databases. If the database is undergoing such an upgrade, then this view displays information about whether tables in the database are supported for transient logical standby. If the database is not undergoing such an upgrade, then this view displays information about whether tables in the database are supported for logical standby.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Table owner |
|
|
|
Table name |
|
|
|
If the database is currently undergoing a manual rolling upgrade performed using transient logical standby databases, then this column indicates whether the table is supported for transient logical standby. Otherwise, this column indicates whether the table is supported for logical standby. Possible values:
|
|
|
|
Reason the table is not fully supported for transient logical standby This column is populated only when all of the following conditions are met:
|
Note:
This view is available starting with Oracle Database 21c.