Page 1 of 1

ORA-03134: Connections to this server version are no longer supported

Posted: Tue 07 Apr 2020 19:25
by phil_rtc
I try to connect to an Oracle 9i 9.2.0.8.0 server and I get this message :
ORA-03134: Connections to this server version are no longer supported

dotConnect for Oracle was suppose to support Oracle 9i
https://www.devart.com/dotconnect/oracl ... ility.html

I try with the Create model Wizard an I get stuck at the connection page with the error ORA-03134.
https://www.devart.com/dotconnect/oracl ... loper.html

I also try with a code base connection and I also have the error ORA-03134.
https://www.devart.com/dotconnect/oracl ... ction.html


What could be wrong ?
thanks

Re: ORA-03134: Connections to this server version are no longer supported

Posted: Wed 08 Apr 2020 20:18
by Shalex
This error is thrown by Oracle Client you use, check the list of Oracle Server versions supported by your Oracle Client.

Note that you can connect in the Direct mode without involving the Oracle Client software: https://www.devart.com/dotconnect/oracl ... tmode.html.

Re: ORA-03134: Connections to this server version are no longer supported

Posted: Wed 15 Apr 2020 19:02
by phil_rtc
Cool, the direct mode solve the problem. No more error ORA-03134.

It also work with the entity model wizard when you check "direct".

Thanks