Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Secure SQL*Net
cjc_at_interport.net (Cheng-Jih Chen) writes:
> ssh -L 1521:<db_server>:1521 -l oracle <db_server>
I do essentially this. I don't do it for the encryption,
though. It was just a handy way to "move" the Oracle
server to an HTTP server that serves an app that uses
JDBC.
>One major question would be performance. I'm not sure what kind of
>performance you'd get out of ssh tunnelling.
I suspect that over "slow" links with "fast" computers, you'll be able to get better performance with ssh thanks to the compression.
--kyler Received on Wed Dec 10 1997 - 00:00:00 CST
![]() |
![]() |