Connect using sqlplus to db server through multiple tunnels
Posted
by
Samuel Lindblom
on Super User
See other posts from Super User
or by Samuel Lindblom
Published on 2012-07-06T14:27:44Z
Indexed on
2012/07/06
15:18 UTC
Read the original article
Hit count: 285
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.
© Super User or respective owner