connect through SSH Client

Hi,

I have been using PL/SQL developer for a while at work. However, I am not trying to do something I have never done before from my computer at home. I have a copy of PL/SQL Developer installed on my laptop. I am now trying to connect to a remote database on a remote Linux server using an SSH Secure Shell Client. I have the client set up to work but I don't know how to configure PL/SQL Developer to 'see' the remote database.

Any help is greatly appreciated.

Thanks,
K
 
This is really just an Oracle Net issue. If you can connect with any Oracle Client tool, you can also connect with PL/SQL Developer. You need to configure Oracle Net to see the remote database.
 
Back
Top