-->
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: Oracle to Sybase migration in Hibernate 3.3.2
PostPosted: Mon May 20, 2013 5:20 am 
Newbie

Joined: Wed May 15, 2013 3:01 am
Posts: 5
HI all,

currently my application is running with HIbernate 3.3.2 and Oracle by using dialect org.hibernate.dialect.Oracle10gDialect
Now we want to migrate to Sybase IQ Server Suite 15.4 (64-bit) I replaced it with "
jdbc.url= jdbc:sybase:Tds:172.16.1.115:2638/iqdemo
jdbc.username=bizscore_application
jdbc.password=Welcome1
jdbc.driverClassName=com.sybase.jdbc3.jdbc.SybDriver
hibernate.dialect=org.hibernate.dialect.SybaseDialect" but when Iam executing HQL with one to many mappings Iam not getting exact results.

Is the mappings in xml file is specific to DB?

Should I make any changes in configuration file specific to Sybase?


Top
 Profile  
 
 Post subject: Re: Oracle to Sybase migration in Hibernate 3.3.2
PostPosted: Mon May 20, 2013 5:53 am 
Newbie

Joined: Sun Oct 02, 2005 12:49 am
Posts: 15
One aspect I know off which sometimes is an issue is the ID generation logic. For example, SQL Server does not support sequences while Oracle does. In SQL Server you use identity columns. Never worked with the database you are referring to though.


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.