vallatharasu
New member
hi,
I have devloped a grails appilcation. Basically it is admin application for set of tables in oracle.
The tables are owned by a schema and my grails application is using another schema for data manipulation. the schema used by grails is having insert, update,delete and select permissions on those table.
When I trying to deploy it in a tomcat server, grails is trying to alter the table to alter constrains and since the schema is not the owner of those tables, I am getting "Table or view does not exists" and application is not deployed
Can any help how I can avoid this problem?
thanks
Arasu
I have devloped a grails appilcation. Basically it is admin application for set of tables in oracle.
The tables are owned by a schema and my grails application is using another schema for data manipulation. the schema used by grails is having insert, update,delete and select permissions on those table.
When I trying to deploy it in a tomcat server, grails is trying to alter the table to alter constrains and since the schema is not the owner of those tables, I am getting "Table or view does not exists" and application is not deployed
Can any help how I can avoid this problem?
thanks
Arasu