Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Connectivity
I believe a cheaper solution would be to set up two listeners with different port addresses. One could use the encrypted only connection by turning on the encryption parameter in the sqlnet.ora and listener.ora files. The connection from the application server that comes in via a different port address and a different connection alias or service name. The database could be set up easily to only allow connections from a certain IP address for that service name using a trigger and the context session information available as a function call to Oracle's built in function package SYS_CONTEXT.
RWB
Reginald W. Bailey
IBM Global Services
JPMC Account - DCI ETS Database Management
Your Friendly Neighborhood DBA
713-216-7703 (Office) 281-798-5474 (Mobile)
reginald.w.bailey_at_jpmorgan.com
baileyre_at_us.ibm.com
discgolfdba_at_yahoo.c om To: oracle-l_at_freelists.org Sent by: cc: oracle-l-bounce_at_fre Subject: Re: Connectivity elists.org 02/03/2004 09:31 AM Please respond to oracle-l
If the business issue that you are attempting to solve is not having clear text on the wire, one could simply isolate the wire on a private network, that is not accessible from anywhere else on the network (routing disabled on each host, aka ip forwarding off).
If you're just talking about a single host for the database server and a single host for the app server, this should suffice.
hth.
Pd
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Feb 03 2004 - 11:58:30 CST
![]() |
![]() |