Friday, September 23, 2011

Table not found in statement

When creating a table in Grails, I used "password" as a column name, then when connecting to Oracle and try to create table for the first time, I got the following error:

 java.sql.SQLException: Table not found in statement [...

After searching online and randomly trying to fix it, I finally come to change the column name to "myPassword", and it worked. I could only wish the error message could be more helpful.


No comments: