Best way to move table [message #552148] |
Mon, 23 April 2012 23:48 |
|
7premkumar
Messages: 11 Registered: March 2012 Location: CHENNAI
|
Junior Member |
|
|
Hi,
We want to provide data dump from 3 tables Like A,B,C.
In C we have more than 3 million records.
What is the best way to move this data from our DB to customer DB.
Customer is running on MySql
Regards
Premkumar R S
|
|
|
|
|
|
|
|
|
Re: Best way to move table [message #552161 is a reply to message #552154] |
Tue, 24 April 2012 01:03 |
|
Michel Cadot
Messages: 68728 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:3 million records? Spool probably won't be able to do it, but UTL_FILE might.
Why? I think there is no difference between spool and utl_file in writing files, the limit is OS one but I may miss something.
Regards
Michel
[Updated on: Tue, 24 April 2012 01:04] Report message to a moderator
|
|
|
|
|
|
|
Re: Best way to move table [message #552171 is a reply to message #552170] |
Tue, 24 April 2012 01:58 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
MySQL Migration Toolkit
Quote:
is a graphical tool provided by MySQL AB for migrating schema and data from various relational database systems to MySQL (...) At the moment, MySQL Migration Toolkit is only available for Windows.
You specified you use Linux, but - if there's a Windows machine that is capable of running that product, maybe you could use it.
|
|
|