0

We have a problem using ODAC11 (client) and Oracle databases version 9.0 and 9.1. It returns error message ORA-604 (something about recursive error on level %). Has anyone else collided with this problem before?

Nickolodeon
  • 2,848
  • 3
  • 23
  • 38
  • Add more details from alert.log, please. That error is too general. Original message is "ORA-00604: error occurred at recursive SQL level 1". – AlexandrYZ Nov 30 '10 at 12:11

1 Answers1

1

You've got to make sure that the client and server are compatible. The 11 client won't reliably communicate with a server older than 10.2.0.4.

Brad Bruce
  • 7,638
  • 3
  • 39
  • 60