Connect using sqlplus to db server through multiple tunnels
- by Samuel Lindblom
I would like to create an SQL Developer connection to a database through a couple of tunnels.
The steps right now are:
Connect to server A - connect to server B - run sqlplus against tnsname on a server that I do not have ssh access to.
Is there an easy way of using SQL Developer instead of sqlplus? I have read through 20 articles on the subject and still have no idea how to actually make the connection.
I understand that you can chain ssh -L commands to get the server connection, but I don't know how to use that connection in SQL Developer.