Connections to this server version are no longer supported [message #671536] |
Tue, 04 September 2018 06:33 |
|
sss111ind
Messages: 636 Registered: April 2012 Location: India
|
Senior Member |
|
|
Hi All,
We have migrated from Oracle 10g to 12c. There was a db link in Oracle 10g connecting to Oracle 9i which is not working now. It is throwing below error. Please help us fix it.
An error was encountered performing the requested operation:
ORA-03134: Connections to this server version are no longer supported.
03134. 00000 - "Connections to this server version are no longer supported."
*Cause: An attempt was made to connect to an Oracle server of older
version.
*Action: Please refer to documentation for more details.
Vendor code 3134
Regards,
Nathan
--moderator update: moved to the Networking and Gateways forum.
[Updated on: Tue, 04 September 2018 06:48] by Moderator Report message to a moderator
|
|
|
Re: Connections to this server version are no longer supported [message #671537 is a reply to message #671536] |
Tue, 04 September 2018 06:37 |
Bill B
Messages: 1971 Registered: December 2004
|
Senior Member |
|
|
The only way to do this is to use a bridge database. Setup an oracle 10g database with no data in it. in this 10g database setup synonyms to point to your tables on 9g through a local database link in the 10g database. Then in your 12c database simply reference the synonym in the 10g database using a database link from 12c to 10g. This will then hop over to the 9 database to do the work.
|
|
|
|
|
|