- Oracle connection errors with Enterprise Library 2.0
Folks, I would have put this in the oracle group, but all my oracle products are working fine... I have the Enterprise Library 2.0 (January 2006), C# .NET, and an Oracle database. I am trying to query the database using the Data Access Application Block (DAAB), but I get an ORA-12504 error. My c...
- Oracle connection error when called from web service
Hi, I'm having a web service which connects to a Oracle database and gets the results. When running the web service individually the database gets connected and the results are downloaded. I'm calling the same web service from another web service, the Oracle connection is not made, it...
- Oracle Connection Error ORA 12560
Hi,I am getting this errorException Occured :System.Data.OleDb.OleDbException:ORA-12560: TNS:protocol adapter errorat System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)at System.Data.OleDb.OleDbConnection.InitializeProvider()at System.Data.OleDb.OleDbConnection.Open()The funny thing is,...
- Oracle connection error 12514
Hi All! Since I have been reading a lot messages that helped me a lot, I am here today to return the favour. I have been trying to connect to my Oracle 10g server using .NET First of all, I had to install the client part of Oracle 10g, and I installed everything, just to be sure that I didn'...
- Oracle connection error
In Web ApplicationAt connection open I am getting error:<add key="ConnectionString" value="Provider=MSDAORA; DataSource=WTHS;User ID=username; Password=password;" objConfig = New DbConfig 'strConnectionString = objConfig.GetAppSetting("ConnectionString") Dim objCUD As New OledbCRUD(objCo...
- Oracle connection in VS.net giving error
Hi,I am trying to add a database connection from within VS.net for an Oracle OLEDB database.The host string is "DEV1" username is "scott/tiger"then i get a TNS error . If i try to connect to the same database with toad it works.. Any ideas why this is failing..I do not have SQL server and so wil...