Page 1 of 1

Configuring Oracle wallet connection string

Posted: Thu 21 Nov 2013 08:52
by unidirect2pro
I am using dotConnect Universal version: 3.340.497

I wonder how I can create a Connection string that that supports Oracle Wallet?

Re: Configuring Oracle wallet connection string

Posted: Fri 22 Nov 2013 13:44
by Pinturiccio
Yes, you can connect to Oracle wallet with dotConnect Universal. If your Oracle wallet is configured correctly, you can establish a connection after specifying only the Data Source parameter, omitting the User Id and Password parameters.

This article describes how to configure Oracle wallet http://www.oracle-base.com/articles/10g ... -10gr2.php. In the end of the article, the following command is used for connecting with Oracle wallet:

Code: Select all

C:\>sqlplus /@db10g_test
Use the following connection string to establish a connecton via dotConnect Universal:

Code: Select all

"Provider=Oracle; Data Source=db10g_test"