Anderson's Clipboard
2014年12月30日 星期二
解決:ORA-01000: maximum open cursors exceeded
先看看目前可用的數量是多少
show parameter open_cursors;
進行修改
alter system set open_cursors=1000 scope=both sid='*';
Oracle建議值為500
較新的文章
較舊的文章
首頁