If I go to Administration->System information->Health check, the database
test throws me that error: java.sql.SQLException: ORA-00933: SQL command not
properly ended
I think the problem could be in DatabaseHealthCheck.java, line 25:
/dbms.select("SELECT id from Metadata LIMIT 1");/ because of the 'LIMIT'
command.