8 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プラグインのトラブルシューティングを参照してください。