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.
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造成的数据连接
本文链接:https://www.haomeiwen.com/subject/ujqjgktx.html
网友评论