Oracle 视图 DBA_HIST_THREAD 官方解释,作用,如何使用详细说明
本站中文解释
_STAT
Oracle视图DBA_HIST_THREAD_STAT是一个动态性能视图,它用于查询数据库中每个线程的历史性能数据。该视图是从数据库中的Performance Views(V$THREAD_STAT)中收集的,可以提供有关当前活动线程的当前状态的动态信息。
使用该视图可以更轻松地识别性能瓶颈,优化每个线程的性能,并为Oracle管理员提供正确的报告和故障排除。
可以使用以下SQL语句来查询DBA_HIST_THREAD_STAT视图的数据:
SELECT * FROM DBA_HIST_THREAD_STAT;
官方英文解释
DBA_HIST_THREAD
displays historical thread information from the control file.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Thread number |
|
|
Instance number of the thread |
|
|
|
Thread status ( |
|
|
|
Last time the thread was opened |
|
|
|
Current log group |
|
|
|
Sequence number of the current log |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|