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.