I have an Oracle server running on Windows Server.
When an INSERT
statement runs I receive an Oracle Ora-00603
error.
The insert statement just tries to insert a BLOB into a table. I searched the error specification on Google and found that perhaps there are network connection issues. The suggested action is to log in again to Oracle Server. I followed this tip, however I still receive the same error.
The error I receive is the following:
ora-00603: ORACLE server session terminated by fatal error
I am using an Oracle 10 client. My application is a C# application. Any suggestions?