July 23rd, 2013, 09:21 PM
-
How to connect to oracle server with tunelling
almost of all question i found from google when every one get difficuties to connect to oracle server with ssh inside,
i have another problem that i'm stuck with this :
Code:
Web Server(port80) and SSH Server(port 212) and Oracle client with sqlplus (192.168.137.2)
||
||
SSH client (192.168.137.1/128.21.31.111)
||
||
Oracle Server (port 1521) (128.21.31.112)
my php program have to access the db on oracle server,
and then i do this on my SSH client
Code:
ssh -p 212 user@192.168.137.2 -R 1521:128.21.31.112:1521
*sorry i'm still edit this question
July 29th, 2013, 04:21 AM
-
Oracle is known as one the most robust multi-platform relational database. It's security very good but it's very costly.
crownanswer.blogspot.com
This site are very good for solve Oracle related issue.