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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
phil_rtc
Posts: 2
Joined: Tue 07 Apr 2020 19:17

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

Post by phil_rtc » Tue 07 Apr 2020 19:25

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Wed 08 Apr 2020 20:18

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.

phil_rtc
Posts: 2
Joined: Tue 07 Apr 2020 19:17

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

Post by phil_rtc » Wed 15 Apr 2020 19:02

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

Post Reply