Error in Database connection [message #77091] |
Wed, 25 August 2004 23:17 |
Syed Ferhat
Messages: 20 Registered: January 2004
|
Junior Member |
|
|
Dear all
I am unable to connect to oracle database (9i) from my asp application and getting error
Error Type:
Microsoft OLE DB Provider for Oracle (0x80004005)
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.
/contweb/reg_proc.asp, line 43
So please any body help me in this regards
Thanks
Ferhat Naqvi
|
|
|
|
Re: Error in Database connection [message #77135 is a reply to message #77091] |
Thu, 16 September 2004 18:18 |
R. Brink
Messages: 1 Registered: September 2004
|
Junior Member |
|
|
The Oracle drives (ODBC) for 7.3.x do not work against a 9x database. You need to get drives from Oracle for ver 8.x or above. You would get the same kind of connection error if you had used sqlplus/sqlnet v7 to connect to your ver 9 database.
|
|
|
Re: Error in Database connection [message #121677 is a reply to message #77091] |
Tue, 31 May 2005 07:48 |
lunmik
Messages: 1 Registered: May 2005 Location: Sweden
|
Junior Member |
|
|
Hi
I'm having the same problem with ASP and Oracle. I can connect with SQL* and applications like Crystal Reports (with Microsoft ODBC for Oracle). But when I try to connect from ASP I just get "The Oracle Client is missing......."
Did you find any solution to this problem?
Will be very grateful if anyone can help me?
|
|
|