[jboss-user] [EJB 3.0] - Re: ORA-00904

itsme do-not-reply at jboss.com
Mon Mar 10 07:35:41 EDT 2008


ok,

first aof all, make sure your defined column name are not longer then 20 signs and your table name are not longer than 30 sign (this restriction belong to oracle).

Then check out your created tables and make sure, your defined column name are reflected correct. If not and you can delete your table (i.e. there is no important data inside), than delet that table and let the entity manager create a new one. Otherwise you must alter your table definition by using any sql ddl commands (i.e. "alter table xxx ...").

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135256#4135256

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135256



More information about the jboss-user mailing list