Friday, May 21, 2010

Asp.net to connect to oracle database on UNIX server?

I need to connect to oracle database on a Unix server.


I need some guidance in what exactly needs to be done for that.


I have already connected to oracle database on a Windows 2003 server.

Asp.net to connect to oracle database on UNIX server?
Connecting to Oracle database is the same whether the database is on Windows or Unix, because all the connection is carried by the Oracle Client installed on the machine from where the connection is meant to be established.





In your case, you are trying to connect from ASP.Net web application, so you just need to have Oracle Client installed on the web server as the case when you are connecting to Oracle database installed on Windows.





It's not just correct in theory, but I did that before :) connecting from ASP.Net web application to Oracle 10g database installed on Unix using Microsoft ADO.Net Oracle components through Oracle 10g Client or Oracle Instant Client.

hide song

No comments:

Post a Comment