美文网首页
Java项目关闭Oracle dblink造成的数据连接

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

作者: yahzon | 来源:发表于2020-12-11 10:51 被阅读0次

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