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: Hibernate default_schema/catalog with oracle
PostPosted: Sat Mar 24, 2007 12:16 pm 
Senior
Senior

Joined: Sat Aug 19, 2006 6:31 pm
Posts: 139
Hi,

I have a need to specify a schema/tablespace for my application so that the tables are created in a separate schema.

So I used hibernate.default_schema. This works perfectly in postgres. I connect to the database as a user and everything is now qualified with the schema name.

In Oracle, however, it seems like it's looking for a user with the specified hibernate.default_schema. So if the schema name was "myschema", it's trying to look for that user. It seems like oracle treats a schema as a user.

I tried using catalog and it's the same. It's treating it as a user as well.

Has anybody encountered this? I pretty much needs it to work the same way it does in postgres. i.e. a schema or tablespace under the same user. Not a separate user.

Thanks in advance..

Budyanto


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.