Saturday, March 2, 2013

ORA-02020: too many database links in use

ORA-02020: too many database links in use


Error :


ORA-02020: too many database links in use


Solution :

Increase the open_links and open_links_instance parameter in the DB . Bounce Database

Or

SQL>alter session close database link "link name";


Thank you

No comments:

Post a Comment