Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

conn.Open() -> ORA-603: ORACLE server session terminated by fatal error

516608Jun 5 2006 — edited Jun 7 2006
Developing in vs2003 /w ODP.NET and connecting to remote 10g DB.

Everything was working fine, I was able to connect, run queries, stored procs, etc. All of a sudden, this morning I am unable to even connect programmatically.

I get the following error on the conn.Open() command:

ORA-603: ORACLE server session terminated by fatal error

Taking a look at the alert log yields lots of errors like this:

Mon Jun 05 12:31:59 2006
Errors in file d:\oracle\product\10.2.0\admin\tri9\udump\tri9_ora_5500.trc:
ORA-00603: ORACLE server session terminated by fatal error
ORA-00604: error occurred at recursive SQL level 52
ORA-00036: maximum number of recursive SQL levels (50) exceeded
ORA-00604: error occurred at recursive SQL level 52
ORA-00036: maximum number of recursive SQL levels (50) exceeded

Funny thing is I can connect just fine via the VS2003 "Oracle Explorer". Please help I am done with this project and just want to deploy it and move on.

Thanks.

Mike
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2006
Added on Jun 5 2006
2 comments
771 views