ORA-00936: missing expression
652134Aug 7 2008 — edited Aug 7 2008Hello,
I wrote a SPARQL query that returned a variable called ?date. When I ran the query using the Jena Adaptor, I kept getting:
java.sql.SQLException: ORA-00936: missing expression
I think the SQL parser was not handling the ?date variable correctly. Insetadn, I think the parser interpreted ?date as the Oracle DATE keyword. When I changed the variable name to ?article_date, the problem went away. It's not a big problem, but I just wanted to point it out.
Chuck