-->
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.  [ 3 posts ] 
Author Message
 Post subject: Schema Export DLL Empty (Oracle 9i)
PostPosted: Wed Oct 26, 2005 7:49 am 
Newbie

Joined: Wed Oct 26, 2005 4:50 am
Posts: 6
HibernateTools 3.1.0
Oracle 9.2.0. via ojdbc14
JDK 1.5

Hi

I am newbie.

I use SchemaExport & Artifact Generation to do reverse engineering.

I do it.

But I have not database schema on exit. No errors during generation.

What's problem ? I have many tables with relations on my Database.

Thanks for help.


<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="hibernate.connection.dialect">org.hibernate.dialect.Oracle9Dialect</property>
<property name="hibernate.connection.password">lct</property>
<property name="hibernate.connection.url">jdbc:oracle:thin:@bx.inet.com:1521:lct</property>
<property name="hibernate.connection.username">lct</property>
<property name="hibernate.default_schema">lct</property>
<property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>

</session-factory>
</hibernate-configuration>


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 26, 2005 8:07 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
oracle is case sensitive when it comes to username and schema.
use uppercase

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 26, 2005 8:13 am 
Newbie

Joined: Wed Oct 26, 2005 4:50 am
Posts: 6
Thanks... It's ok now... Very Quick Answer


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.