您的位置:首页 > 博客中心 > 数据库 >

21. orcle导出sql脚本时,提示“超出打开游标最大数”

时间:2022-03-14 04:26

1.解决办法:修改下打开游标最大数即可

SQL> show parameter open_cursors;
NAME                                  TYPE         VALUE
------------------------------------ ----------- ---------------
open_cursors                          integer      300   


修改open_cursors

SQL> alter system set open_cursors=1000;

系统已更改。

SQL> commit;

提交完成。

SQL> show parameter open_cursors;

NAME                                 TYPE        VALUE
------------------------------------ ----------- ---------------------
open_cursors                         integer     1000

热门排行

今日推荐

热门手游