Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.

System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.

Scheduled Pinned Locked Moved C#
databasecsharporaclesysadminquestion
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    esjq
    wrote on last edited by
    #1

    Hi! Does anyone have a clue what this exception message means? The system I'm working on consists of one client and two servers, all on separate computers. The client communicates with Server A by means of .NET Remoting. And Server A in turn communicates with Server B also by .NET Remoting. Now, my client application invokes a remote object on Server A. Then, Server A invokes a remote object on Server B. Server B shall then fetch some information from the database. The exception occurs when the Open() method on the Oracle Connection object is called on Server B. I've checked the connectionstring and it is correct, and when I create a connection object in the client and query the database on Server B directly it returns data. So there the database in itself seem to alright. I've also ran the client and servers on my local computer with a successful result. But when I want to go the correct way from the client to Server B I get this weird message. By the way, it is an Oracle 9 database. Any suggestions would be helpful, thank you :confused:

    E 1 Reply Last reply
    0
    • E esjq

      Hi! Does anyone have a clue what this exception message means? The system I'm working on consists of one client and two servers, all on separate computers. The client communicates with Server A by means of .NET Remoting. And Server A in turn communicates with Server B also by .NET Remoting. Now, my client application invokes a remote object on Server A. Then, Server A invokes a remote object on Server B. Server B shall then fetch some information from the database. The exception occurs when the Open() method on the Oracle Connection object is called on Server B. I've checked the connectionstring and it is correct, and when I create a connection object in the client and query the database on Server B directly it returns data. So there the database in itself seem to alright. I've also ran the client and servers on my local computer with a successful result. But when I want to go the correct way from the client to Server B I get this weird message. By the way, it is an Oracle 9 database. Any suggestions would be helpful, thank you :confused:

      E Offline
      E Offline
      esjq
      wrote on last edited by
      #2

      Found the solution. Take a look at: http://dotnetjunkies.com/WebLog/rtgurskevik/archive/2005/01/19/45958.aspx :)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups