Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft OLE DB Provider for Oracle error '80004005'

Status
Not open for further replies.

teqmem

Programmer
Nov 26, 2004
114
US
Hello,

I currently run an ASP application on Windows 2000 Server with IIS 5.0 and Oracle 8.1.7 Client. It has been running for years.

I need to move the application to another server which is running Windows 2003 Server. I installed Oracle 8.1.7 and I can SQLPlus to the Oracle server, however, when I connect to the ASP application, I get the following error from this line:

Code:
dbConn.Open("Provider=MSDAORA;Data Source=xxx;User Id=yyy;Password=zzz;")

Code:
Microsoft OLE DB Provider for Oracle error '80004005' 

Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed.

How do I work around this problem?

Thanks.
 
Check the MSKB. There is some info in there about how to tell MSDAORA that the Oracle software is installed. This is usually caused by the Oracle installer not registerng some reg keys.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top