Below I am creating table.
public static final String CREATE_SQL = \"CREATE TABLE \" +DATABASE_TABLE + \"(ID number(10,0), \" + \" CGUID
Yes, there is something wrong with the SQL, and it is that you wrote a comma before FROM dual. This causes Oracle's SQL parser to complain.