Oracle 视图 DBA_HIST_PERSISTENT_SUBS 官方解释,作用,如何使用详细说明
本站中文解释
ETS
Oracle视图DBA_HIST_PERSISTENT_SUBSETS对于对内存数据存储技术的定义包括方面来进行查看:
(1)每个内存中的持久子集的标识符,id,创建时间,最新的同步检查点的处理;
(2)每个持久子集的大小,实体行数,哈希键列数,哈希总体值,实体行版本块数,以及索引行版本块数;
(3)每个持久子集的使用限制,如内存使用限制,字符限制,varchar2限制,压缩模式等。
使用Oracle视图DBA_HIST_PERSISTENT_SUBSETS来查看内存存储技术中持久子集的相关信息,可以把它用在优化内存使用限制,调整持久子集的字符数量,减少不必要的类型转换,以及使用压缩模式的更有效的内存存储等方面。
官方英文解释
DBA_HIST_PERSISTENT_SUBS
displays Oracle Database AQ persistent queue subscribers historical statistics information.
This view contains snapshots of V$PERSISTENT_SUBSCRIBERS
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Unique snapshot ID |
|
|
|
Database ID for the snapshot |
|
|
|
Instance number for the snapshot |
|
|
|
Owner of the queue |
|
|
|
Name of the queue |
|
|
|
Internal subscriber number |
|
|
Name of the subscriber |
|
|
|
Address of the subscribing agent |
|
|
|
Type of the subscriber:
|
|
|
|
First subscriber activity time since database startup |
|
|
|
Number of messages enqueued since |
|
|
|
Number of messages dequeued since |
|
|
|
Average age of messages in the queue |
|
|
|
Number of messages that have been browsed |
|
|
|
Number of messages expired since |
|
|
|
Last dequeued message latency (in seconds) |
|
|
|
Timestamp of the last enqueued message |
|
|
|
Timestamp of the last dequeued message |
|
|
|
Total time spent in dequeue (in hundredths of a second) |
|
|
|
Total CPU time for dequeue (in hundredths of a second) |
|
|
|
Number of dequeue transactions |
|
|
|
Number of executions of the dequeue index cursor |
|
|
|
The database ID of the PDB for the sampled session |
|
|
|
The ID of the container that
|
See Also:
“V$PERSISTENT_SUBSCRIBERS”