Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connection to Oracle Database Problems
I'd check the listener.log file for attempted connections from the
Internet at large that have already occurred. That database may already
be owned by others.
Check out some papers up on Pete Finnigan's site: http://www.petefinnigan.com/orasec.htm
Personally, I'd setup an ssh tunnel at the bare minimum. This would accomplish several objectives:
authentication by more than just an oracle password
secure the network traffic
allow for Oracle client dedicated server sessions to be redirected via
the ssh tunnel.
This is actually surprising simple of a setup.
This can also be configured by spending tens of thousands of dollars on hardware, networking expertise to install a site to site VPN tunnel.
-bdbafh Received on Fri Dec 02 2005 - 13:54:03 CST
![]() |
![]() |