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

前端 未结 6 1900
我寻月下人不归
我寻月下人不归 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条回答
  •  旧时难觅i
    2020-12-24 07:00

    In the "database" section of the logon dialog box, enter //hostname.domain:port/database, in your case //123.45.67.89:1521/TEST - this assumes that you don't want to set up a tnsnames.ora file/entry for some reason.

    Also make sure the firewall settings on your server are not blocking port 1521.

提交回复
热议问题