Ask a Question related to ASP Database, Design and Development.
-
Bill #1
Windows 2000/Oracle 9i/MDAC 2.6
I'm having trouble connecting to this machine using the
following:
Set OracleConn = Server.CreateObject("adodb.connection")
OracleConn.Open "Provider=msdaora;Data Source=db;User
ID=user;Password=pass"
The machine:
Windows 2000/MDAC 2.6/Oracle 9i client
Error Message:
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.
Now the same connection worked flawlessly on a Windows
NT4.0/Oracle 8i client machine. When I tried to move the
application to a production machine, I started to get this
error. Please help, it goes live in 3 days. ANy and all
help would be appreciated.
Bill
Bill Guest
-
Windows 2000, IIS 5, Oracle 9 db
I have an issue here. Have a web server running IIS 5 on windows 2000 advanced server. The application connects to a database running Oracle 9i. I... -
CDO for Windows 2000 vs CDO for Exchange 2000
How can I force SmtpMail class to use CDO for Windows 2000 instead of Exchange 2000. We do not use Exchange at all. I want to do this because I... -
[Q] Oracle 9.2.0 installation on MS Windows 2000 Professaional
I will install Oracle 9.2.0 for MS on MS Windows 2000 Professional. My company uses MS Windows 2000 server Domain Controller. So, i have to log... -
Oracle Client 8i 1.7 installation on Windows 2000 Advanced Server - Net 8 problems
Try seeing if you already have a tnsnames.ora in the ORACLE_HOME\network\admin directory. Delete them if so. And then try again. Regards HJR ... -
How can I get Oracle 8i for Windows 2000 on a CD ROM ?
Can anyone recommend a book having a CD ROM with 8i Personal Edition for Windows 2000 ? Or any other source ? I don't believe the Technology... -
John Blessing #2
Re: Windows 2000/Oracle 9i/MDAC 2.6
"Bill" <anonymous@discussions.microsoft.com> wrote in message
news:00a101c423f4$26397a70$a101280a@phx.gbl...IIRC the MS OLEDB provider does not support Oracle 9, you have to use> I'm having trouble connecting to this machine using the
> following:
>
> Set OracleConn = Server.CreateObject("adodb.connection")
> OracleConn.Open "Provider=msdaora;Data Source=db;User
> ID=user;Password=pass"
>
> The machine:
> Windows 2000/MDAC 2.6/Oracle 9i client
>
> Error Message:
> 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.
>
>
> Now the same connection worked flawlessly on a Windows
> NT4.0/Oracle 8i client machine. When I tried to move the
> application to a production machine, I started to get this
> error. Please help, it goes live in 3 days. ANy and all
> help would be appreciated.
>
> Bill
Oracle's OLEDB driver.
--
John Blessing
[url]http://www.LbeHelpdesk.com[/url] - Help Desk software priced to suit all
businesses
[url]http://www.free-helpdesk.com[/url] - Completely free help desk software !
[url]http://www.lbetoolbox.com[/url] - Remove Duplicates from MS Outlook
John Blessing Guest
-
Mark Schupp #3
Re: Windows 2000/Oracle 9i/MDAC 2.6
You could also try installing the Oracle Net8 client on the web-server if
you must use the Microsoft drivers.
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"John Blessing" <jb@**REMOVE**THIS**LbeHelpdesk.com> wrote in message
news:XBbgc.84$D84.31@newsfe1-win...> "Bill" <anonymous@discussions.microsoft.com> wrote in message
> news:00a101c423f4$26397a70$a101280a@phx.gbl...>> > I'm having trouble connecting to this machine using the
> > following:
> >
> > Set OracleConn = Server.CreateObject("adodb.connection")
> > OracleConn.Open "Provider=msdaora;Data Source=db;User
> > ID=user;Password=pass"
> >
> > The machine:
> > Windows 2000/MDAC 2.6/Oracle 9i client
> >
> > Error Message:
> > 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.
> >
> >
> > Now the same connection worked flawlessly on a Windows
> > NT4.0/Oracle 8i client machine. When I tried to move the
> > application to a production machine, I started to get this
> > error. Please help, it goes live in 3 days. ANy and all
> > help would be appreciated.
> >
> > Bill
> IIRC the MS OLEDB provider does not support Oracle 9, you have to use
> Oracle's OLEDB driver.
>
> --
> John Blessing
>
> [url]http://www.LbeHelpdesk.com[/url] - Help Desk software priced to suit all
> businesses
> [url]http://www.free-helpdesk.com[/url] - Completely free help desk software !
> [url]http://www.lbetoolbox.com[/url] - Remove Duplicates from MS Outlook
>
>
Mark Schupp Guest



Reply With Quote

