-->
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.  [ 2 posts ] 
Author Message
 Post subject: validate with oracle dblinks
PostPosted: Sun May 21, 2006 4:35 am 
Newbie

Joined: Sat Apr 01, 2006 2:23 pm
Posts: 6
Hibernate version: 3.1.rc2

Full stack trace of any exception that occurs:
Don't have a full stack availible, but here is the last part:
Caused by:org.hibernate.HibernateException: Missing Table: table@dblink
org.hibernate.cfg.Configuration.ValidateSchema (Configuration.java953)

Name and version of the database you are using: Oracle 9i

the problem is that when I set the hibernate.hbm2ddl.auto to validate I get the mentioned below Exception on a table that is found on a remote DB/
important to note that I can select from the table when it comes to queries, but only if I put it the hbm2ddl on "update" mode which is ofcourse not healthy considering I don't want the EJB to alternate my DB stracture in any way.

* important to mention that the user on the other side of the DBlink has the "select any dictionary" grant so he should have no problem selecting from the dba_* tables.

thanx in advance for any help,
Arik.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 22, 2006 8:10 am 
Newbie

Joined: Sat Apr 01, 2006 2:23 pm
Posts: 6
can anyone tell me it's not a bug?
or should I just open a call?


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

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.