-->
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: Migration from Oracle 9i to 10g - Dialect Change required?
PostPosted: Mon Aug 02, 2010 6:46 am 
Newbie

Joined: Mon Aug 02, 2010 6:35 am
Posts: 1
Hello All,

Configuration:
Hibernate 3.1 , Spring1.2.5,
Server : weblogic 9.1
Db : Oracle 10g

In our project we are migrating from oracle 9i to 10g I have tested pointing the weblogic server to 10g (test env). and there is no issues noted even if the hibernate dialect is in 9i.
Even though no issues are noted, is it advisable to keep the dialect as is (1.e. 9i) or to change it. Kindly advise. Even small input could be highly valuable.

Dialect used:
Code:
<property name="hibernateProperties">
         <props>
            <prop key="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</prop>
            <prop key="hibernate.show_sql">false</prop>
            <prop key="hibernate.query.factory_class">org.hibernate.hql.ast.ASTQueryTranslatorFactory</prop>
            <prop key="hibernate.cache.provider_class">org.hibernate.cache.TreeCacheProvider</prop>
                     </props>
      </property>


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.