Problem description: I need to use Oracle database in LibreOffice Calc. I added the library ojdbc6.jar and configured the access and create some query in Base.. It works with simple select query! But some query don't works: When i want retrieve the system date: SELECT TO_CHAR(sysdate, 'YYYY') FROM DUAL; Statut SQL: 42000 Code d'erreur: 904 / ORA-00904: "sysdate" : identificateur non valide Or if i use "ROWNUM" to limit result. Statut SQL: 42000 Code d'erreur: 904 / ORA-00904: ROWNUM : identificateur non valide All query works if direcly executed in sqlplus tool from Oracle. Thanks in advance! Operating System: Ubuntu Version: 3.6.4.3 release
Surely this is a DUP of https://bugs.freedesktop.org/show_bug.cgi?id=51404 *** This bug has been marked as a duplicate of bug 51404 ***