Script:Diagnostic ORA-01000 maximum open cursors exceeded
摘要:
以下脚本可以用于诊断ORA-01000打开游标过多错误:set linesize 140 pagesize 1400selectto_char(100 * sess / calls, '999999999990.00') || '%' cursor_cache_hits,to_char(100 * (calls - sess - hard) / calls, '999990.00') || '%'... 阅读全文
posted @ 2009-07-17 18:21 Oracle和MySQL 阅读(318) 评论(0) 推荐(0) 编辑