[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ORA-01031: insufficient privileges, grant requirements

2007-04-17 Thread kuruma45
I have ask to DB admin to put the sys privileges to SCH1 schema... I have a problem to bind my entity and table, i'm newbie on Oracle database, in my entity : @Entity @Table(name=SCH2_TABLE1) public class SCH2_TABLE1 implements java.io.Serializable { ...it works in some case, but there are

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ORA-01031: insufficient privileges, grant requirements

2007-04-17 Thread kuruma45
it was simple, but hard to find the soluce : @Entity @Table(name=SCH2_TABLE1, schema=SCH2) public class SCH2_TABLE1 implements java.io.Serializable { I hope it will help somebody.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037972#4037972 Reply to the