Windows 2000/Oracle 9i/MDAC 2.6

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. [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...
    4. 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 ...
    5. 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...
  3. #2

    Default Re: Windows 2000/Oracle 9i/MDAC 2.6

    "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


    John Blessing Guest

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139