【问题标题】:How can i disconnect from the DB when using sqlplus in emacs?在 emacs 中使用 sqlplus 时如何断开与数据库的连接?
【发布时间】:2013-12-11 07:25:07
【问题描述】:

我正在尝试在 emacs 中使用 sqlplus。它工作正常。但是我不知道一旦我安排了 sqlplus 会话,我该如何断开与数据库的连接。谁能帮我 ?提前致谢。 这是我正在使用的模式http://www.emacswiki.org/emacs/SqlPlusMode

【问题讨论】:

    标签: sql oracle emacs sqlplus


    【解决方案1】:

    输入EXIT; 并按回车键。它应该断开您与数据库的连接并关闭 SQLPlus。

    【讨论】:

      【解决方案2】:

      我不熟悉 Emacs sqlplus 模式,但是,在 SQL*Plus 中,如果您想在不退出 SQL*Plus 的情况下断开当前会话,只需键入“disconnect”即可。

      【讨论】:

        猜你喜欢
        • 2010-12-03
        • 1970-01-01
        • 2014-07-14
        • 2013-03-17
        • 2018-11-11
        • 2010-09-07
        • 1970-01-01
        • 2019-04-15
        • 1970-01-01
        相关资源
        最近更新 更多