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
Osama mustafa
For the people who think differently Welcome aboard
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
Osama mustafa