I am developing an application in ASP.NET which at the time of publishing the application and subsequently wanting to log in makes a connection to the Oracle database (Oracle 9i), when it tries to open the connection it sends me an error message which says the following:
ORACLE.DATAACCESS.CLIENT.ORACLEEXCEPTION ORA-3134: CONNECTIONS TO THIS SERVER VERSION ARE NO LONGER SUPPORTED. AT ORACLE.DATAACCESS.CLIENT.ORACLEEXCEPTION.HANDLEERRORHELPER(INT32 ERRCODE, ORACLECONNECTION CONN, INTPTR OPSERRCTX, OPOSQLVALCTX* POPOSQLVALCTX, OBJECT SRC, STRING PROCEDURE, BOOLEAN BCHECK) AT ORACLE.DATAACCESS.CLIENT.ORACLEEXCEPTION.HANDLEERROR(INT32 ERRCODE, ORACLECONNECTION CONN, INTPTR OPSERRCTX, OBJECT SRC) AT ORACLE.DATAACCESS.CLIENT.ORACLECONNECTION.OPEN()
I have installed on the server, ODAC 11.2 Release 5 and Oracle Developer Tools for Visual Studio (11.2.0.3.20) 32bit
It should be clarified that when running locally on my computer it does it without problems. With the same client installed.
which makes me strange because I created a console application that makes the connection to the same database and if it runs smoothly on the server where I am publishing the project and if it brings me records. Could you help me solve this problem.
This is the DLL that I use for both the one I do in the console and for the web project. I am even using the same method in both applications.
This is the information from the Oracle database that I want to connect to
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
PL/SQL Release 9.2.0.7.0 - Production
"CORE 9.2.0.7.0 Production"
TNS for 32-bit Windows: Version 9.2.0.7.0 - Production
NLSRTL Version 9.2.0.7.0 - Production