Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> JDBC - Trigger being fired causes a ORA-00600

JDBC - Trigger being fired causes a ORA-00600

From: Simon Irvin <sirvin_at_synomics.com>
Date: 25 May 2001 03:49:48 -0700
Message-ID: <24174c27.0105250249.47b502c9@posting.google.com>

I run a SQL update statements against our Oracle 7.3.4 server which leads to a trigger being fired. When I use any 8i Oracle JDBC driver this results in a partly-formed Oracle error message:

Exception in thread "main" java.sql.SQLException: ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], [] ORA-04088: error during execution of trigger 'PAMDEVUSER.TRG_AIU_RESULTS_AUDIT' I can however run the same SQL in the following ways without problems:
- same database, triggers enabled, earlier jdbc driver (7.3.4, 8.0.5)

Has anyone come across a similar problem and found a solution?

Thanks in advance for any suggestions. Received on Fri May 25 2001 - 05:49:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US