Java项目关闭Oracle dblink造成的数据连接
2020-12-11 本文已影响0人
yahzon
To close a link, issue the following statement, where linkname refers to the name of the link:
ALTER SESSION CLOSE DATABASE LINK linkname;
Note that this statement only closes the links that are active in your current session.