Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Error Using BarTender Tool. ORA-00928. Why?
Three things.
1)The SQL sent to the driver is 'supposed' to be ODBC grammer (ANSI
grammer in places, but with extensions/escapes). The driver is
responsible for translating it into valid SQL for the RDBMS (and
hopefully optimize it a bit along the way).
2)Try another driver. You are using the Microsoft provided Oracle ODBC
driver. Try either the one from Intersolv or from Oracle themselves.
3)Turn on a SQL*Net trace and capture the SQL being sent from the
driver to the RDBMS -- this will certainly show you why the RDBMS is
complaining about the SQL. The ODBC driver parser isn't correctly
handling the SQL it is getting and is, in turn, generating bogus SQL
for Oracle.
--
-cheers
DW
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Mar 15 2000 - 08:34:38 CST
![]() |
![]() |