一.再查看参数:

SQL> show parameter open_links;

二.

Oracle默认是4:


SQL> alter system set open_links=10 scope=spfile;


重启下数据库就好了!