Data provider internal error(-3000) [System.String] [message #456330] |
Mon, 17 May 2010 05:12 |
virmahi
Messages: 266 Registered: April 2008 Location: India
|
Senior Member |
|
|
Hi,
I have an application in Dot net with Oracle. Things were running fine until when we got the below error :-
Data provider internal error(-3000) [System.String]
The error seemed to be coming at the point where the connection was being made to Oracle. The connection string is written in registry and I do not have the access to it.
So I commented that connection and written one of mine as below:-
value="Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.10.20)(PORT=1600)))(CONNECT_DATA=(SERVER=DEDICATED)(SID=IPRUMAIL))); User Id=user11;Password=passwd11;PROMOTABLE TRANSACTION=LOCAL" />
Still the problem persists and getting the connection eror.
If anyone has come across this error, please advice.
Regards,
Mahi
|
|
|
|
Re: Data provider internal error(-3000) [System.String] [message #456334 is a reply to message #456331] |
Mon, 17 May 2010 05:36 |
virmahi
Messages: 266 Registered: April 2008 Location: India
|
Senior Member |
|
|
Yes, thats right. But doesn't this simply mean that the Dot net application is not able to connect to Oracle.
I googled and some answers were to reinstall oracle 10g, some about some DLLs.
If anyone who has similar experience, please give some suggestions.
Mahi
|
|
|