Accessing Oracle7 db From Server2008 [message #574502] |
Fri, 11 January 2013 06:13 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/3b09dba2a22fb8075fe73d760e6d43c9?s=64&d=mm&r=g) |
Michael Gorsich
Messages: 4 Registered: January 2013 Location: Michigan, USA
|
Junior Member |
|
|
We have been upgrading our servers to Server2008 and are getting..
[ORA-3134: Connections to this server version are no longer supported.]
..using the drivers we used to use in XP and Server2003 to access a legacy Oracle7 db. Connections to this db are needed for typical CRUD functionality by multiple applications, some written in Classic ASP and some in C# .NET 3.5 & 4.0. I have tried ODBC drivers (System.Data.Odbc) and also ODP (Oracle.DataAccess.Client) to no avail.
Does anyone know of an existing driver solution to make this connection without have to resort to a custom HLI interface?
I would think we aren't the only ones needing to access Oracle7 from Server2008, but we are having a great deal of difficulty finding a solution.
Thanks!
|
|
|
|
|
|
|
|
Re: Accessing Oracle7 db From Server2008 [message #574522 is a reply to message #574515] |
Fri, 11 January 2013 10:23 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
This does not change so much things on what I said except that you also have the security hole on the old HP-UX that everyone knows or can learn just searching on the web.
To answer your previous question, yes you can have many Oracle versions and drivers on the same box. On my laptop, I have 8i, 9.2, 10.2, 11.1 and 11.2. You just have to take care to start your program with the correct Oracle home and driver for the database you want to reach. Driver 10g cannot connect to Oracle 7 database, Driver 7, 8, 8i cannot connect to 10g database. I think your best choice is to use a 9i Oracle client and driver (if you find one) as, iirc, it can connect to both 7 and 10g.
Regards
Michel
|
|
|
|