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

Viewed 201833

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 Answers
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)

Related