暂时无法在支持网站上提交享有定期维护的产品表单。 如果您需要我们立即提供帮助,请与技术支持部门联系。 对于由此给您带来的不便,我们深表歉意。
获得即时帮助
完成注册
登录
请求定价
联系销售人员
您已选择一个产品捆绑包。 您能否选择单个产品以便我们更好地满足您的请求。 *
技术支持工程师目前正忙,无法回应您的消息。 如果需要即时服务,请通过我们的服务请求表提交请求。
以下文章可根据您的描述解决您的问题。
The following table provides a list of the Database Buffer Pools metrics that are collected, and a description for each.
DBPARTITIONNUM
The database partition from which the data was retrieved for this row.
INSTANCE_NAME
The name of the monitored instance.
DB_NAME
The name of the monitored database.
BP_NAME
The name of the monitored buffer pool.
TABLESPACES
The number of the tablespaces using this buffer pool.
TOTAL_LOGICAL_READS
The total number of logical reads (index, XDA, and data) in the buffer pool.
TOTAL_LOGICAL_READS_S
The total number of logical reads per second (index, XDA, and data) in the buffer pool.
TOTAL_PHYSICAL_READS
The total number of physical reads (index, XDA, and data) in the buffer pool.
TOTAL_PHYSICAL_READS_S
Total number of physical reads per second (index, XDA, and data) in the buffer pool.
TOTAL_HIT_RATIO_PERCENT
The total hit ratio (index, XDA, and data reads).
DATA_LOGICAL_READS
The data logical reads, which includes access to data that is:
DATA_LOGICAL_READS_S
The data logical reads per second.
DATA_PHYSICAL_READS
The number of data pages read in from the tablespace containers (physical) for regular and large tablespaces.
DATA_PHYSICAL_READS_S
The number of data pages read in per second from the tablespace containers (physical) for regular and large tablespaces.
DATA_HIT_RATIO_PERCENT
The data hit ratio.
INDEX_LOGICAL_READS
The index logical reads, which includes access to index pages that are:
INDEX_LOGICAL_READS_S
The index logical reads per second.
INDEX_PHYSICAL_READS
The number of index pages read in from the tablespace containers (physical) for regular and large tablespaces.
INDEX_PHYSICAL_READS_S
The number of index pages read in per second from the tablespace containers (physical) for regular and large tablespaces.
INDEX_HIT_RATIO_PERCENT
The index hit ratio.
XDA_LOGICAL_READS
The number of data pages for XML storage objects (XDAs) that have been requested from the buffer pool (logical) for regular and large tablespaces.
XDA_LOGICAL_READS_S
The number of data pages per second for XML storage objects (XDAs) that have been requested from the buffer pool (logical) for regular and large tablespaces.
XDA_PHYSICAL_READS
The number of data pages for XML storage objects (XDAs) read in from the tablespace containers (physical) for regular and large tablespaces.
XDA_PHYSICAL_READS_S
The number of data pages per second for XML storage objects (XDAs) read in from the tablespace containers (physical) for regular and large tablespaces.
XDA_HIT_RATIO_PERCENT
The auxiliary storage objects hit ratio.
POOL_READ_TIME_S
The total amount of time spent reading in data and index pages from the tablespace containers (physical) for all types of tablespaces.
POOL_WRITE_TIME_S
The total amount of time spent physically writing data or index pages from the buffer pool to disk.
DIRECT_READS
The number of read operations that do not use the buffer pool. Direct reads are used when:
Reading LONG VARCHAR columns
Reading LOB (large object) columns
Performing a backup
DIRECT_READS_S
The number of read operations that do not use the buffer pool, per second.
DIRECT_WRITES
The number of write operations that do not use the buffer pool. Direct writes are used when:
DIRECT_WRITES_S
The number of write operations that do not use the buffer pool, per second.
DIRECT_READ_TIME_S
The elapsed time (in seconds) required to perform the direct reads.
DIRECT_WRITE_TIME_S
The elapsed time (in seconds) required to perform the direct writes.
FILES_CLOSED
The total number of database files closed.
You can use this element to assist in determining the best value for the maxfilop configuration parameter.
UNREAD_PREFETCH_PAGES
The number of pages that the prefetcher read in that were never used.
If this number is high, prefetchers are causing unnecessary I/O by reading pages into the buffer pool that will not be used.
GBP_LOGICAL_READS
The number of times an attempt was made to read a group buffer pool (GBP) dependent page from the group buffer pool, because the page was either invalid or not present in the local buffer pool (LBP). This is for pureScale instances only, which are not yet supported.
GBP_PHYSICAL_READS
The number of times a GBP dependent page was read into the LBP from disk, because it was not found in the GBP. This is for pureScale instances only, which are not yet supported.
GBP_HIT_RATIO
The percentage of time a requested page was found in the GBP out of all of the times it was requested. If a page is found in the GBP, that saves the database time, because the database does not have to look for it in the LBP. This is for pureScale instances only, which are not yet supported.
The following table provides a list of the Database Tables metrics that are collected, and a description for each.
The database partition from which the data was retrieved.
TABSCHEMA
The schema of the table.
Along with TABNAME this element can assist in determining the source of the contention for resources.
TABNAME
The name of the table.
TAB_TYPE
The type of table for which information is returned.
Types:
TBSP_ID
An integer that uniquely represents a tablespace used by the current database.
DATA_OBJECT_PAGES
The number of disk pages consumed by a table. This represents the base table size only. Space consumed by index objects, LOB data, and long data are reported by INDEX_OBJECT_PAGES, LOB_OBJECT_PAGES, and LONG_OBJECT_PAGES, respectively.
INDEX_OBJECT_PAGES
The number of disk pages consumed by all indices defined in a table.
LOB_OBJECT_PAGES
The number of disk pages consumed by LOB data.
LONG_OBJECT_PAGES
The number of disk pages consumed by long data in a table.
XDA_OBJECT_PAGES
The number of disk pages consumed by XML storage object (XDA) data.
ROWS_READ
The number of rows read from the table.
ROWS_WRITTEN
The number of rows changed (inserted, deleted, or updated) in the table.
OVERFLOW_ACCESSES
The number of reads and writes from/to overflowed rows of this table.
PAGE_REORGS
The number of page reorganizations executed for a table.
The following table provides a list of the Database Partition Backup Collection metrics that are collected, and a description for each.
The database partition number from which the data was retrieved for this row.
LAST_SUCCESSFUL_BACKUP_START
The start time of the last successful backup.
LAST_SUCCESSFUL_BACKUP_END
The end time of the last successful backup.
LAST_SUCCESSFUL_BACKUP_TYPE
The type of the last successful backup.
Values:
DAYS_SINCE_LAST_SUCCESSFUL
The number of days that have passed since the last successful backup.
LAST_BACKUP_START
The start time of the last backup.
LAST_BACKUP_END
The end time of the last backup.
LAST_BACKUP_TYPE
The type of the last backup.
LAST_BACKUP_STATUS
The sqlcode value returned for the most recent running backup.
For more detail, query dbadmin db_history.
The following table provides a list of the Database Tables Global metrics that are collected, and a description for each.
Along with TABNAME, this element can assist in determining the source of the contention for resources.
The number of read and write operations from/to overflowed rows of this table.
您可以在附属支持站点上查找适用于戴尔*产品*的在线支持帮助。单击“继续”,转至适用于*产品*的正确支持内容和帮助。
The document was helpful.
选择评级
I easily found the information I needed.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center
Quest Software门户不再支持IE 8、9和10,建议将您的浏览器升级到最新版本的Internet Explorer或Chrome。
要升级到IE 11,请单击此处
要升级到Chrome,请单击此处
如果继续使用IE 8、9和10,您将无法充分利用我们所有出色的自助服务功能。