Hi,
The Java application can't execute query's on the db (8.0.5), because it gives the error:
ORA-07445: Exception occured: Core dump
Can anyone help?
The query works in SQL*PLUS
Printable View
Hi,
The Java application can't execute query's on the db (8.0.5), because it gives the error:
ORA-07445: Exception occured: Core dump
Can anyone help?
The query works in SQL*PLUS
Check the alert log file to see what is the trace file and check the trace file. The header area of the trace might give you the reason some times, other wise its time to create a tar with oracle support. If could be some memory related issue, only oracle knows the cause.
Good luck
Sam