【问题标题】:How should I connect Sublime text editor to Oracle database on my computer我应该如何将 Sublime 文本编辑器连接到我计算机上的 Oracle 数据库
【发布时间】:2022-11-12 02:01:46
【问题描述】:

我需要将 Sublime 连接到 oracle 数据库(SQLPLUS),但尽我所能,我无法连接它

我尝试在 sublime sql 工具包中输入所有数据库详细信息仍然无法运行,我想我输入了一些数据错误

【问题讨论】:

  • {“连接”:{“连接 Oracle”:{“类型”:“oracle”,“主机”:“127.0.0.1”,“端口”:1521,“数据库”:“ORCL1”,“用户名”:“斯科特", "password": "tiger", "service" : "xe", // nls_lang 是可选的 "encoding": "utf-8" }

标签: sql oracle sublimetext3 sqlplus


【解决方案1】:

你在日志中有任何错误吗?

{
    "connections": {
        "Connection Oracle": {
            "type"    : "oracle",
            "host"    : "127.0.0.1",
            "port"    :  1521,
            "username": "myuser",
            "password": "mypass",
            "database": "mydatabase",
            "service" : "service oracle here"
         }
    }
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-07-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多