Data base Migration tool

Hi to all,

I need to migrate the data from one database to another one with out using the (SQL loadere tools).I need to support the three types of Databases they are Oracle,MS-SQL server, Boreland JDatastore.

I wrote the code it works fine. but i need to handle the Tera bytes of data, at the time the result set might throw the out of memory error.

please help me to handle this situation.

[415 byte] By [saranrama] at [2007-11-26 23:44:53]
# 1

> Hi to all,

> I need to migrate the data from one database to

> another one with out using the (SQL loadere tools).I

> need to support the three types of Databases they are

> Oracle,MS-SQL server, Boreland JDatastore.

> I wrote the code it works fine. but i need to handle

> the Tera bytes of data, at the time the result set

> might throw the out of memory error.

> please help me to handle this situation.

So you are working with terabytes of data - that would most certainly mean one of 2 things. You are either someone who has almost no idea what is needed to handle this amount of data (Ie way too inexperienced) in which case you should be looking for professional help - a subset is you are dreaming really big). The other possibility is that you are a dba, in which case you would know how to trouble shoot to the point where you gave something with a little more information than it throws an out of memory error. Hopefully you aren't trying to transfer the entire thing in one shot.

Aknibbsa at 2007-7-11 15:16:42 > top of Java-index,Java Essentials,Java Programming...
# 2
> Hopefully you aren't trying to> transfer the entire thing in one shot.I have a baaad feeling about this.
bckrispia at 2007-7-11 15:16:42 > top of Java-index,Java Essentials,Java Programming...
# 3
> > Hopefully you aren't trying to> > transfer the entire thing in one shot.> > I have a baaad feeling about this.What do you mean I can't put a terabyte of data into 1 gig of ram ?;-)
Aknibbsa at 2007-7-11 15:16:42 > top of Java-index,Java Essentials,Java Programming...
# 4
^Meh! That's what swap space is for!
bckrispia at 2007-7-11 15:16:42 > top of Java-index,Java Essentials,Java Programming...