Problem connecting to Oracle database

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Problem connecting to Oracle database

    Hi all...

    I have an ASP.NET application where I placed a DataSource control connected
    to an Oracle 7.3.4 database using MSDAORA provider.

    When I configured the connection string I chose Oracle Database as the data
    source and .NET Framework Data Provider for OLEDB as the data provider.

    In the connnection string configuration wizard, I can use a query to test
    the results and also I could see the connection in Server Explorer tab. I can
    see the database tables, views and stored procedures. All that means that I
    have a good connection to Oracle.

    On the other hand, I placed a Data Grid control in the page, configured to
    use the data source control already created. The grid refreshes columns
    according to the query I entered in the connection string wizard.

    When I run the application, I get the error telling that Oracle client
    components weren't found and that I must install Oracle client 7.3.3 or
    above. I tried using Oracle provider in connection string but it produces the
    same error but concerning Oracle 8 and above.

    The fact is that I have Oracle 9i client installed in my machine. I can use
    tools such TOAD to query the database, and even, as I told, when I configure
    the connection string in Visual Studio I can use queries to see the results.

    I use ASP.NET 2.0 and Visual Studio 2005.

    Thanks a lot in advance
    Jaime

    What may be happening?

    Thanks a lot in advance,
    Jaime
    Jaime Stuardo Guest

  2. Similar Questions and Discussions

    1. Connecting To The Database Problem
      Hi neucomer, did you find a way to resolve it?
    2. Problem connecting to an access database from an asp
      Stupid question: Does this page have a .asp extension? Ray at home "Kathryn" <andania1@hotmail.com> wrote in message...
    3. Connecting to Oracle 8.0.4 Database using 8.1.7 client
      I am installing an SAP application server, and would like it to be as clean as possible. Is it possible to use Oracle 8.1.7 client software to...
    4. Connecting to Oracle 8.0.4 Database using 8.1.7 client software
      I am installing an SAP application server, and would like it to be as clean as possible. Is it possible to use Oracle 8.1.7 client software to...
    5. HELP: Connecting IIS to an Oracle Database
      Did you ever get this resolved? I am having the same problem... Windows 2000 Advanced Server. Oracle client 9.2 "Microsoft OLE DB Provider...
  3. #2

    Default RE: Problem connecting to Oracle database

    I have solved it. It was finally a security problem for the Oracle home folder.

    Thanks anyway
    Jaime

    "Jaime Stuardo" wrote:
    > Hi all...
    >
    > I have an ASP.NET application where I placed a DataSource control connected
    > to an Oracle 7.3.4 database using MSDAORA provider.
    >
    > When I configured the connection string I chose Oracle Database as the data
    > source and .NET Framework Data Provider for OLEDB as the data provider.
    >
    > In the connnection string configuration wizard, I can use a query to test
    > the results and also I could see the connection in Server Explorer tab. I can
    > see the database tables, views and stored procedures. All that means that I
    > have a good connection to Oracle.
    >
    > On the other hand, I placed a Data Grid control in the page, configured to
    > use the data source control already created. The grid refreshes columns
    > according to the query I entered in the connection string wizard.
    >
    > When I run the application, I get the error telling that Oracle client
    > components weren't found and that I must install Oracle client 7.3.3 or
    > above. I tried using Oracle provider in connection string but it produces the
    > same error but concerning Oracle 8 and above.
    >
    > The fact is that I have Oracle 9i client installed in my machine. I can use
    > tools such TOAD to query the database, and even, as I told, when I configure
    > the connection string in Visual Studio I can use queries to see the results.
    >
    > I use ASP.NET 2.0 and Visual Studio 2005.
    >
    > Thanks a lot in advance
    > Jaime
    >
    > What may be happening?
    >
    > Thanks a lot in advance,
    > Jaime
    Jaime Stuardo 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