Oracle 视图 V$LOGSTDBY_PROCESS 官方解释,作用,如何使用详细说明
本站中文解释
V$LOGSTDBY_PROCESS视图提供了异步增量重做日志运行时在当前 Logical Standby 数据库中要求执行的操作的详细信息。
用途:
V$LOGSTDBY_PROCESS视图为实施Oracle数据库应用程序中的Logical Standby提供了有用的信息,它用于监视和控制异步增量重做日志执行过程。
使用:
可以使用V$LOGSTDBY_PROCESS视图获取Redo Apply着色操作中开启的项目,以及它的状态、执行结果、任务编号和错误。
例如,要检查设施正在正常运行,可以执行以下查询:
SELECT *
FROM V$LOGSTDBY_PROCESS;
官方英文解释
V$LOGSTDBY_PROCESS
displays dynamic information about what is happening to the Data Guard log apply services.
This view is helpful when diagnosing performance problems during the logical application of archived redo logs to the standby database, and it can be helpful for other problems. This view is for logical standby databases only.
Column | Datatype | Description |
---|---|---|
|
|
Session id of the associated session. This matches the |
|
|
Serial number of the associated session. Together, ( |
|
|
Parallel query slave ID |
|
|
This corresponds to the |
|
|
Role that the process plays in the context of SQL Apply:
|
|
|
Operation code identifying the current action of the process:
|
|
|
Description of the current action of the process |
|
|
Identifies the highest redo record/LCR processed by this process |
|
|
The ID of the container to which the data pertains. Possible values include:
|