Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] sqlplus through VPN not work, but tnsping work
You could set up an SSH tunnel:
http://www.akadia.com/services/ssh_connect_tunnels.html
Google for it, there are a few links on this.
I've done it successfuly by setting up an ssh tunnel between my linux box and my laptop, and the laptop and the db server inside the firewall, IIRC. The laptop has the VPN access.
IAC, I was able to logon with sqlplus from my linux box, to an internal database.
Pretty cool trick if you have a need for it.
Jared
On Wed, 15 Dec 2004 17:55:28 -0800 (PST), dba1 mcc <mccdba1_at_yahoo.com> wrote:
> I tried to access our ORACLE server through VPN. The
> problem I have is "sqlplus" not work, but tnsping
> work. Network engineer told me he did open port 1521
> for me.
>
> if I use ORACLE "tnsping" on PC side, it will response
> back. Server side have message "15-DEC-2004 20:36:38
> * ping * 0" on listener.ora file.
>
> If I use "sqlplus" on PC, there is message pop-up:
> ORA-12535: TNS: Operation time out
>
> there is NO message on ORACLE server side listener.ora
> file.
>
> Anyone know why?
>
> Thanks.
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> --
> http://www.freelists.org/webpage/oracle-l
>
-- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist -- http://www.freelists.org/webpage/oracle-lReceived on Thu Dec 16 2004 - 00:31:17 CST