-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Multiple schemas (not to) update question
PostPosted: Tue Jun 26, 2007 4:15 am 
Beginner
Beginner

Joined: Mon Apr 02, 2007 8:08 am
Posts: 24
I need to use two different schemas: application data and shared enterprise data. Shared one must be used "read-only", and so database user has only grant select on it.

Is there any way I can use hbm2ddl.auto create or update during development? If I set it to 'update' it says:

Code:
INFO SchemaUpdate:138 - updating schema
(...) WARN JDBCExceptionReporter:77 - SQL Error: 1031, SQLState: 42000
(...) ERROR JDBCExceptionReporter:78 - ORA-01031: not enough privileges
(...) ERROR SchemaUpdate:165 - could not complete schema update
org.hibernate.exception.SQLGrammarException: could not get table metadata: COMU_LOCALIDAD


I'm using latest Hibernate 3.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.