cachegroups

構文

cachegroups [[cache_group_owner_pattern.] cache_group_name_pattern]

説明

現在接続されているデータソースに定義されているキャッシュ・グループの情報をレポートします。レポートされる情報には、自動リフレッシュ・キャッシュ・グループを含む停止中のデータベースの状態などがあります。

オプションの引数を指定しない場合は、現在のデータソースのすべてのキャッシュ・グループに関する情報がレポートされます。

Command> cachegroups; 
 Cache Group CACHEUSER.READCACHE:
 Cache Group Type: Read Only
 Autorefresh: Yes
 Autorefresh Mode: Incremental
 Autorefresh State: Paused
 Autorefresh Interval: 5 Seconds
 Autorefresh Status: ok
 Aging: No aging defined
 Root Table: SALES.READTAB
 Table Type: Read Only
1 cache group found.

Command> cachegroups SCOTT.%;
 Cache Group SCOTT.MYCACHEGROUP:
 Cache Group Type: Read Only
 Autorefresh: Yes
 Autorefresh Mode: Incremental
 Autorefresh State: Paused
 Autorefresh Interval: 5 Seconds
 Autorefresh Status: ok
 Aging: No aging defined
 Root Table: SALES.READTAB
 Table Type: Read Only
1 cache group found.