Skip to Main Content

Oracle Database Discussions

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!

Oracle Instant Client connection string error

User_82T4CMay 18 2023 — edited May 19 2023

We have installed "Oracle Instant Client" and using below connectionstring in our .Net application which is throwing error"oraoledb.oracle.1 provider not found"
provider=OraOLEDB.Oracle;Server=databaseserver;Data Source=databasename;User Id=neto;OLEDB.NET=True;ChunkSize=65535;Persist Security Info=True;

Is there any other way to create connection string for “Oracle Instant Client”?

We are able to connect to database but not from the application.

Comments
Post Details
Added on May 18 2023
3 comments
464 views