Oracle修改最大游标数

select value from v$parameter where name = 'open_cursors';--查询数据库最大有标题

alter system set open_cursors=20000 scope=both; --修改最大游标数

 

posted @ 2012-11-05 16:48  永久  阅读(1573)  评论(0编辑  收藏  举报