Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Connecting thru SSL VPN

460792Oct 18 2005 — edited Oct 18 2005
I try to connect a database thru SSL VPN Software (Aventail Connect).
It makes Address conversion while accessing the proxy.

I succeed in tnsping my 9i database but can't connect it thru SQLPlus (ORA-12541: TNS : no listener). The listener is really working.

In fact analyzing logs I see :
- I connect my server using its DNS name and port 1521 : no problem
- The server answers on the port 54442
- then sqlplus try to call the server using the server IP address on port 1482 (The port changes each time I make a test).

This is that last call that hangs up. The Ip Address contrary to DNS Name cannot be translated thru the proxy.

Where can Oracle find this IP adress. In the listener.ora there is the full dns name.
In the sqlnet.ora the default domain is written.

Thanx

Jerry
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2005
Added on Oct 18 2005
1 comment
1,324 views