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.