Java项目关闭Oracle dblink造成的数据连接

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.

你可能感兴趣的:(Java项目关闭Oracle dblink造成的数据连接)