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?
Asked
Active
Viewed 254 times
0
-
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 Answers
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
-
Odac is only compatible with 10g forward especially if you are using the entity framework tools beta – Chris McGrath Aug 11 '11 at 22:30