Oracle 视图 DBA_SSCR_CAPTURE 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图DBA_SSCR_CAPTURE用于查看数据库中可捕获的系统状态数据信息,比如对象的访问模式,执行计划等。该视图提供有关システムの捕获データに関する情報,其中包括状态捕获的名称、状态捕获的开始时间以及状态捕获的结束时间。此外,它还会显示已经捕获的数据的存储大小。
要使用DBA_SSCR_CAPTURE视图,首先要启用状态捕获机制,即建立一个状态捕获,状态捕获可以周期性的捕获当前数据库实例的状态。之后就可以查询DBA_SSCR_CAPTURE视图,查询当前状态捕获的数据情况。
官方英文解释
DBA_SSCR_CAPTURE
displays session state capture statistics.
Column | Datatype | NULL | Description |
---|---|---|---|
|
| Database name of captured session | |
|
| Instance name of captured session | |
|
| Instance ID of captured session | |
|
| Session ID of captured session | |
|
| Session serial number of captured session | |
|
|
| User name of captured session |
|
|
| Schema name of captured session |
|
| Sequence number of captured session | |
|
| Mode of capture operation | |
|
| Scope of capture operation | |
|
| Format of capture files | |
|
| Directory object of capture files | |
|
| Locator of master capture file | |
|
| Timestamp of capture operation |
编辑:568数据
标签:状态,视图,数据,英文,周期性