This one time, at band camp, Emre Tuvay said:
ET>My Servlet was running(using JDO + Poolman +jdbc ) fine on Oracle 8 db.
ET>As soon as I switch to Oracle 9i
ET>I got the following error message:
ET>
ET>Could you please help me?
ET>
ET>Emre
ET>
ET>
ET>----
ET>
ET><result success="false" code="InternalError">
ET>- <errordetails>
ET> <param name="Exception">PersistenceException</param>
ET> <description>Nested error: java.sql.SQLException: ORA-00600: internal
ET>error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], [] while
ET>executing SELECT
ET>"DSL_STATUS"."POID_ID0","DSL_STATUS"."REC_ID","DSL_STATUS"."STATUS","DSL_STA
ET>TUS"."STATUS_T","DSL_STATUS"."CREATED_T","DSL_STATUS"."NEXT_STATUS_TYPE","DS
ET>L_STATUS"."NEXT_STATUS_T","DSL_STATUS"."CSR_LOGIN","DSL_STATUS"."COMMENTS","
ET>DSL_STATUS"."REQ_TYPE","DSL_STATUS"."REQ_NO","DSL_STATUS"."ACCOUNT_NO","DSL_
ET>STATUS"."ACTIVE" FROM "DSL_STATUS" WHERE ("DSL_STATUS"."ACCOUNT_NO" = ? and
ET>"DSL_STATUS"."STATUS" != ?) ORDER BY "DSL_STATUS"."REQ_NO" DESC ,
ET>"DSL_STATUS"."REC_ID" DESC</description>
ET> </errordetails>
ET>
Emre,
According to the Oracle documentation, this is a catchall internal error
message for Oracle program exceptions. It indicates that a process has met
a low-level, unexpected condition. Various causes of this message include:
* time-outs
* file corruption
* failed data checks in memory
* hardware, memory, or I/O errors
* incorrectly restored files
Bruce
--
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev