As per project requirement i need to to secure communication between Oracle server and client. I have oracle version 11g. What are the configuration steps i need to follow in the client and server side for attaining secure communication

What if i want to do this secure communication using Programming. What is the syntax i need to follow?

link|improve this question
feedback

migrated from superuser.com Mar 10 '10 at 13:11

This question came from our site for computer enthusiasts and power users.

2 Answers

You can use Oracle Advanced Security. If you don't have the Enterprise Edition, then you could look at a VPN solution.

I'm not sure what you mean by "secure the communication using Programming".

link|improve this answer
It is an extra cost option. "Oracle Advanced Security provides transparent data encryption of data stored in the database, the encryption of disk-based backups of the database, and also network encryption for data traveling across the network between the database and client or mid-tier applications." download.oracle.com/docs/cd/B19306_01/license.102/b14199/… – Gary Mar 10 '10 at 22:33
feedback

stunnel is the way to go, if you dont have any other option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.