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 -> Re: ORA-600 error only with Oracle 10g

Re: ORA-600 error only with Oracle 10g

From: Norbert <iwandraskovic_at_yahoo.de>
Date: 10 May 2004 23:30:30 -0700
Message-ID: <8c1a0cde.0405102230.16baef4a@posting.google.com>


Turkbear <john.g_at_dot.spamfree.com> wrote in message news:<keev909hatf52245qs88sbamqsah6n3e4v_at_4ax.com>...
> iwandraskovic_at_yahoo.de (Norbert) wrote:
>
> >- Oracle 10g (10.1.0.2) database
> >- Windows 2000 Professional
> >- local oci-connection to database
> >
> >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?
>
> Any 600 error should trigger a call Oracle support...
> Do any other statements or other SqlPlus commands using the V10 client cause this error?
>
>
>
>
>
> ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
> http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
> ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
this is the only statement known by me which cause the ORA-0600-Error. The same statement called by sqlplus with static where-clause (without parameters) runs successfully.
I guess the problem is caused by the oci-layer from the ora10-client. Is any patch available for the oracle 10-client? Received on Tue May 11 2004 - 01:30:30 CDT

Original text of this message

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