摘要: sqlplus / as sysdba // 进入sql> show parameter cursors // 查看参数值 默认为300 50 alter system set open_cursors=1000 scope=both; alter system set session_cached 阅读全文
posted @ 2021-07-27 10:54 STUDYMAKEMEDDUP 阅读(126) 评论(0) 推荐(0)