Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Reverse engineering existing remote Oracle 9i DB?

Re: Reverse engineering existing remote Oracle 9i DB?

From: Simon Hall <HallS_at_logica.com>
Date: Fri, 24 Jan 2003 11:55:15 +0000
Message-ID: <3E3129A3.D6C26D2B@logica.com>

One easy way of doing this is to use port-forwarding over a SSH connection. It's pretty trivial to set up, you set up the listener to listen on localhost (127.0.0.1) on a port of your choice and then simply get your SSH client (we use Tera Term) to forward connections on this port to localhost at the server end. You then point your tnsnames alias on your client machine to localhost rather than the server and as long as you have a SSH connection open it will forward your Oracle traffic over it's encrypted connection.

HTH, Simon

Andrew wrote:
>
> 5. Is it possible to secure communications, in this case, between
> Oracle client (Management and Design) software and Oracle server (runs
> remotely on Sun box).
>
> Thanks!
Received on Fri Jan 24 2003 - 05:55:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US