.NET DB connection using oracle wallet
784076Nov 14 2011 — edited Nov 17 2011Hi all,
I have a wallet set up as an external password store & I'm trying to configure a secure connection string in a .NET config.xml file using Microsoft OLE DB Provider for Oracle
The wallet works fine through sqlplus but I can't get the correct configuration in the xml file so the app will hook in.
DB/client 11.1.0.6 Win2k3
.NET 3.5 sp1
msdaora.1
I'm not trying to do any SSL stuff or OS auth either, sqlnet & tnsnames & the wallet are configured and working as I mentioned.
Any ideas on getting this to work? I found this example but it didn't work:
Provider=msdaora;Data Source=MyOracleDB;Persist Security Info=False;Integrated Security=Yes;
Thanks for any and all help,
Chris
Edited by: user13326813 on Nov 15, 2011 1:04 PM
Edited by: user13326813 on Nov 15, 2011 1:07 PM