Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle jdbc thin driver bug in java.
> I call the method getPrimaryKeys(null, null, <tablename>) from the class
> java.sql.DatabaseMetaData and get the following error message:
>
> ORA-00933: SQL command command not properly ended.
>
> I am using personal oracle 8 and oracle jdbc thin driver.
>
> What am I doing wrong. If it is a bug in the driver is there a workaround?
> ...
We couldn't get it to work either. When we commented out that line from our code (which has been working for a long time with many databases on a number of platforms via the odbc bridge) we we fail when loading the column names. It looks to us like the driver does not clean up after itself when getting metadata. We gave up on that driver and are currently battling the OCI driver with even less success.
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Nov 20 1998 - 19:53:40 CST
![]() |
![]() |