-->
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: Copying content from one DB to other DB.
PostPosted: Thu Feb 23, 2006 5:26 am 
Beginner
Beginner

Joined: Thu Jan 22, 2004 6:16 am
Posts: 40
Location: Luxembourg
I just wonder if Hibernate can be used in some way to make migration between different databases ?

For instance, I am having a Sybase DB, and I would copy the contents of this DB to a Oracle DB. Can this easily be achieved with Hibernate ?

If you have examples, or any other suggestions, please let me know.

Regards
/Andreas


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 25, 2006 6:19 pm 
Regular
Regular

Joined: Mon Jun 13, 2005 12:21 pm
Posts: 61
Location: Hannover
Hi,

of course you could use hibernate to migrate data from database to another, but thats not the kind of work hibernate was designed for. Hibernate wasn't made for handling large amounts of data, for batch operations or for handling import/export tasks. There are some improvements on hibernate 3(.1) handling batch operations, but you certainly should think about other ways solving you're problem.

Joerg


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 26, 2006 7:25 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
take a look at session.replicate...

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


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.