I need to connect sqldeveloper to a database server port at 1521, but the db server is behind a firewall and allows only SSH connections. how can i utilize the ssh tunneling to connect sqldeveloper to the server
scenario:
local machine ip(windows 7) : 10.1.2.xxx
oracle database server ip(solaris) : 10.1.100.xxx
connections from local ip to database is restricted to SSH only and i have ssh access to the database server can anyone tell how to create the ssh tunnel in this case.
similar entry: How can I connect to Oracle Database 11g server through ssh tunnel chain (double tunnel, server in company network)?