How to connect to remote Oracle DB with PL/SQL Developer?

前端 未结 6 1813
我寻月下人不归
我寻月下人不归 2020-12-24 06:08

I have a database \"TEST\", to which I connect at address 123.45.67.89:1521.

How do I connect to it using PL/SQL Developer?

6条回答
  •  隐瞒了意图╮
    2020-12-24 06:56

    Username : username
    Password : password
    Database : //123.45.67.89:1521/TEST
    Connect as : Normal

    this work for me and (version 13.0.6.1911 64 bit)

提交回复
热议问题