Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enable encryption for a specific client.

3281606Jul 21 2016 — edited Jul 22 2016

Hi All,

I am new to oracle database.

I am working on MFC application which uses Oracle database. I got a requirement in which

i need to enable SSL connection between client application(MFC) and oracle database(placed remotely)

I am using oracle OLEDB provider.

My connection string looks like

"Provider=OraOLEDB.Oracle;Data Source=MyOracleDB;User Id=myUsername;

Password=myPassword;PLSQLRSet=/;" and it is working fine(without SSL) so far.

Now i want to enable the SSL. Hence like MSSQL do we have any attribute which we can add to connection string to query SSL encryption from server?

I went through many discussion and came to know that we can configure service on client side(using net manager) for ssl and listener on server(using net manager) apart from

creation wallet on both the ends. Is there any way we can query SSL from connection string?

Many many thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2016
Added on Jul 21 2016
1 comment
1,021 views