On Jul 14, 2004, at 6:05 PM, McBrayer, Roy wrote:
> iiv_test.CreateReport.main(CreateReport.java:20) Caused by:
> java.sql.SQLException: ORA-00600: internal error code, arguments:
> [ttcgcshnd-1], [0], [], [], [], [], [], []
This is an Oracle error and does not seem to be related to Cayenne.
From http://www.orafaq.com/error/ora-00600.htm :
"Possible causes include
* time-outs,
* file corruption,
* failed data checks in memory, hardware, memory, or I/O messages,
* incorrectly restored files"
Sounds scary, and not related to the client-sent SQL... One more thing
to check before calling your DBA. Turn on SQL logging per
http://objectstyle.org/cayenne/userguide/deploy/logging.html and see
what SQL is generated by Cayenne. Try running the same query from
SQLPlus and see if it produces a similar crash.
Andrus
This archive was generated by hypermail 2.0.0 : Wed Jul 14 2004 - 22:24:59 EDT