Re: Another JDBC driver bug (a piece of *)
Date: 9 Jan 2003 11:19:07 -0800
Message-ID: <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 Thu Jan 09 2003 - 20:19:07 CET