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

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2022-01-10
  • 2021-08-25
猜你喜欢
  • 2022-12-23
  • 2021-07-06
  • 2021-08-24
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案