Re: Another JDBC driver bug (a piece of *)

From: Doug Baroter <qwert12345_at_boxfrog.com>
Date: 12 Jan 2003 12:21:28 -0800
Message-ID: <fc254714.0301121221.6a36f934_at_posting.google.com>


I don't have account on that system since I only have an Eval copy of Oracle9i, could you pass the bug along to Oracle? Thanks.

rs_arwar_at_hotmail.com (Rauf Sarwar) wrote in message news:<92eeeff0.0301091119.4a6c40b2_at_posting.google.com>...
> qwert12345_at_boxfrog.com (Doug Baroter) wrote in message news:<fc254714.0301081058.362eacd1_at_posting.google.com>...
> > OK.
> > Using the default db that comes with Oracle9i installation on an NT.
> > SQL:
> > SELECT *
> > FROM OE.warehouses
> > WHERE rowNum < 18
> > -- this tbl has five columns, of which two uses UDDT
> >
> > SQL*Plus type of SQL client again no problem in returning resultset.
> >
> > JDBC err msg:
> > [Oracle JDBC Driver][Oracle]ORA-00600: internal error code, arguments:
> > [koksghds1], [], [], [], [], [], [], []
> >
> > SQL SELECT * FROM OE.warehouses WHERE rowNum < 18
> > DATASOURCE Oracle9i_testDS
> > VENDORERRORCODE 600
> > SQLSTATE HY000
> >
> > Please note:
> > query against another table using SQL*Plus failed, however this tbl
> > contains both UDDT and BLOB data
> >
> > SELECT *
> > FROM PM.PRINT_MEDIA
> > WHERE rowNum < 18;
> >
> > but it return meaningful err
> > "SP2-0678: Column or attribute type can not be displayed by SQL*Plus"
>
>
> ORA-00600 error means time to contact Oracle on the Metalink.
> http://metalink.oracle.com
>
> /Rauf Sarwar
Received on Sun Jan 12 2003 - 21:21:28 CET

Original text of this message