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

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

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

メトリック収集エラー

次のパラメータが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 Cloud Controlサードパーティのデータベース・プラグイン・トラブルシューティング・ガイドSybase ASEプラグインのトラブルシューティングを参照してください。