Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Securing Oracle server from internal acces
On Feb 4, 1:29 pm, "Ramon F Herrera" <r..._at_conexus.net> wrote:
> Is there any way I can restrict the clients to my Oracle server, by IP
> address (or by DNS name, of course)? Let's say that the only allowed
> client connections have to come from the same host where the server is
> running.
>
> TIA
>
> -Ramon
You neglected to indicate what release and edition of the Oracle database server software that is in use.
Oracle Network administrators guide for your version. Configure the TNS listener in the file listener.ora to only use IPC. Configure a tns names descriptor to use IPC.
In other words, were you see
protocol=TCP
use
protocol=IPC
the gui oracle net manager utility can create these entries for you.
hth.
-bdbafh Received on Sun Feb 04 2007 - 14:36:05 CST
![]() |
![]() |