I noticed an exception when running logical doc from command promt (v.s running as service). Apperently an (or several?) tables are missing. My installation is on a Oracle database. Before you start yelling at me, let me explain in short why I have chosen Oracle. I’m a (C++) developer – working for that large (avoiding ‘big’) blue company


Enough of talking, back to the problem. The exception I found stated ‘bad SQL grammar [SELECT COUNT(*) FROM ld_workflowhistory]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist’. I double checked in the DB, and yes, the table is missing.
My question: is this table ‘not required’, was it forgotten (possibly because not too many people care for installing this on Oracle).
Best Regards.