Problem to access Oracle DB

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Problem to access Oracle DB

    Do you have the Oracle Client and Networking components installed on the
    machine on which you're running this app?

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Some things just happen.
    Everything else occurs.

    "Shaw" <shaw_zhu@yahoo.com> wrote in message
    news:00fe01c3457d$b9d44270$a501280a@phx.gbl...
    > I try to build a very simple sample to access Oracle
    > database in ASP.NET, and get an error message when web
    > page launched (failed at adapter.fill method). The error
    > said:
    >
    > "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."
    >
    > It's only happened in ASP.NET. I run similar UI and code
    > in WinForm and it is just fine. I don't have problem to
    > access Oracle DB in WinForm. So, is the DB access
    > different in Oracle between WinForm and WebPage?
    >
    > I use "Microsoft OLE DB Provider for Oracle", Is it right
    > provider to use?
    >
    > Any idea? Thanks for your help!
    >
    > Shaw

    Kevin Spencer Guest

  2. Similar Questions and Discussions

    1. Access DB to Oracle DB
      I'm trying to convert an access table to an oracle table. I have not had any problems except for the date/time field in access which contains an...
    2. Oracle Table Access With Oracle OLEDB Driver
      If I use the Oracle client to access the Oracle database with DW 2004, it does not display any tables. If I use the Microsoft client it does work. ...
    3. Access Violation when using Visual Interdev to access Oracle
      I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP...
    4. #23668 [Opn->Fbk]: oracle<defunct> problem apache2+php+oracle
      ID: 23668 Updated by: sniper@php.net Reported By: thecluster at argentina dot com -Status: Open +Status: ...
    5. Access to Oracle and Informix DB
      "Rich Campbell" <rich.campbell@att.com> wrote: So far, I've used separate programs written in Oracle Pro*C and Informix ESQL/C. The Pro*C...
  3. #2

    Default Re: Problem to access Oracle DB

    Thanks Kevin, I checked my Oracle installation. It said "Oracle Net
    Services 9.2.0.1.0 installed".

    I have a question about version compatibility.The Oracle database I
    installed is later version of Oracle 9i DB 9.2.0.1. Does "Microsoft OLE
    DB Provider for Oracle" only support earlier Oracle DB version, such as
    8i?

    Can we only access Oracle 9.2 through ODP.NET (Oracle Data Provider for
    ..NET)?

    I installed everything in one Windows XP Pro computer, MS Visual studio,
    IIS and Oracle DB 9.2. When I run WinForm app debug version with Oracle
    DB, it's fine. And I don't have problem to run "SQL*Plus" client on
    Oracle PL/SQL. Thanks.

    Shaw


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Shaw Zhu 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