予定されていた保守を実行中のため、サポートサイトでのフォームの送信が一時的に利用できません。 すぐにサポートが必要な場合は、テクニカルサポートまでお問い合わせください。 ご不便をおかけして申し訳ありません。
オンラインヘルプの参照
登録の完了
サインイン
価格設定をリクエスト
営業担当に連絡
製品バンドルが選択されました。 リクエストにより良く対応できるように、個別の製品を選択していただけますか? *
現在、テクニカル・サポート・エンジニアはお客様のチャットに対応できません。 迅速にサービスを受けられるよう、サービス・リクエスト・フォームを使用して
お客様の説明に基づいて、以下の記事が問題解決に役立つ可能性があります。
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.
Quest *product*のオンラインサポートヘルプは、関連会社のサポートサイトで参照できます。「Continue(続行)」をクリックすると、*product*の適切なサポートコンテンツとアシスタンスへ移動します。
The document was helpful.
評価を選択
I easily found the information I needed.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center
Quest Softwareポータルでは、IE8、9、10のサポートを終了しました。ブラウザを最新バージョンのInternet ExplorerまたはChromeにアップグレードすることをお勧めします。
IE 11へのアップグレード: ここをクリック
Chromeへのアップグレード: ここをクリック
の優れたセルフサービス機能を最大限に活用していただけるよう、IE8、9、10以外のブラウザをぜひご利用ください。