unable to recreate table using Hibernate 2
-------------------------------------------
Key: HBX-977
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-977
Project: Hibernate Tools
Issue Type: Sub-task
Reporter: sridhar negi
Priority: Critical
i m having problem recreating a deleted table from the database. I seems that the
hibernate is refering some other database schema. The error which i m getting is as
follow:
[java] alter table POOL_DETAILS add POOL_WEIGHT DOUBLE PRECISION
[java] 41632 DEBUG [main] hbm2ddl.SchemaUpdate - execute alter table POOL_DETAILS add
POOL_WEIGHT DOUBLE PRECISION
[java] 41644 ERROR [main] hbm2ddl.SchemaUpdate - execute Unsuccessful: alter table
POOL_DETAILS add POOL_WEIGHT DOUBLE PRECISION
[java] 41644 ERROR [main] hbm2ddl.SchemaUpdate - execute ORA-00942: table or view
does not exist
[java] 41644 INFO [main] hbm2ddl.SchemaUpdate - execute schema update complete
How do i make hibernate to refer to a correct data base schema??
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira