プライマリ・コンテンツに移動
Oracle® Enterprise Manager Sybase Adaptive Server Enterprise (ASE) Plug-inユーザーズ・ガイド
13.2.1.0
E94915-01
目次へ移動
目次
索引へ移動
索引

前
前へ
次

8 Sybase ASEプラグインのトラブルシューティング

この章では、Sybase ASEプラグインで発生する可能性があるトラブルシューティング・シナリオと任意の既知の問題について説明します。

この章の内容は次のとおりです。

8.1 メトリック収集エラー

次のパラメータがSybase Adaptive Server Enterprise (ASE)プラグインに対して有効になっていない場合は、メトリック収集エラーが発生する可能性があります。

sp_configure "sql text pipe active", 1
sp_configure "sql text pipe max messages", 500
sp_configure "max SQL text monitored", 2048
sp_configure "plan text pipe active", 1
sp_configure "plan text pipe max messages", 100
sp_configure "statement pipe active", 1
sp_configure "statement pipe max messages", 500
sp_configure "statement statistics active", 1
sp_configure "per object statistics active", 1
sp_configure "enable stmt cache monitoring", 1
sp_configure "max SQL text monitored", 4096 
set mon_stateful_history off

System Monitoringプラグインの使用中に想定されるトラブルシューティングのシナリオについては、『Oracle Enterprise Managerサードパーティのデータベース・プラグイン・トラブルシューティング・ガイド』を参照してください。