Ora-604 error in 9i [message #58490] |
Wed, 03 September 2003 00:53 |
yogesh tripathi
Messages: 1 Registered: September 2003
|
Junior Member |
|
|
We are running Oracle 9i Release 1.0 for windows.In case of any error/exception, it returns Oracle error 604 always,even if its a Primary key Violation.We are not able to understand its a bug in Rel 1.0..OR.....When i set the event to trap this, in trace files, it shows me proper error..but our programmers are not able to trap the particular error in their programs ,since in any case it returns Ora-604...
Could anyone help us in this plz?
|
|
|
Re: Ora-604 error in 9i [message #58495 is a reply to message #58490] |
Wed, 03 September 2003 06:33 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
mostly it is an unhandled exception ( raised from an external code like Java) which can fixed easily from the code.
sometimes the internal flags of oracle go crazy and u may see the ora-00604 during startup/shutdown or any new connection.
Please post the complete errror message, event in which it is occuring , is it repeatable? and
concerned alert logs.
first you may want to upgrade to 9i release 2.
|
|
|