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

Home -> Community -> Usenet -> c.d.o.server -> ORA-600 error only with Oracle 10g

ORA-600 error only with Oracle 10g

From: Norbert <iwandraskovic_at_yahoo.de>
Date: 10 May 2004 08:50:45 -0700
Message-ID: <8c1a0cde.0405100750.1e6204b5@posting.google.com>

the following error occurs only with the new Oracle 10g-Database:

ORA-00600: internal error code, arguments: [kpofdr-long], [], [], [], [], [], [], []

the error-causing select- statement looks like this: SELECT * FROM mytable WHERE thekey = :1

where :1 is a number(10) variable and mytable has many (>900) number(10)-columns!!!.

The same statement on Oracle 8i,9i or with an Oracle9-client from another workstation agaist the 10-database runs without problems.

Any ideas? Received on Mon May 10 2004 - 10:50:45 CDT

Original text of this message

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