Open sam-nla opened 4 years ago
Sam-Nla,
I’m sorry I can’t help with your issue as I am just learning how to use SQLines. I was wondering if you could help me though. I have a large Oracle dB I am trying to copy into MS SQL. I can get the table that do not have CLOB,BLOB, LONG or LONG RAW columns. But I cannot get any of the 100+ tables with those data types to transfer. Can you tell me if you used the command line option and if so, what did your file look like? I have tried through the GUI with all kinds of parameter settings. I have gotten it to crest the table in SQL, but never get any rows to cross. The error tells me it have an integer overflow.
Can you help?
Thanks in advance...
ptmacdon
I'm a bit late to the party, but we successfully transferred more than 20GB of data from Oracle to MySQL, that were mostly stored in CLOB columns, in around 20 minutes (time stable over multiple retries).
We had split the migration in two sqldata
phases in order to speed it up:
-fetch_lob_as_varchar=yes
(which "can increase performance by 3x - 10x") for tables with LOB smaller than 32K.-fetch_lob_as_varchar=no
for tables with LOB larger than 32K.
Migrating from Oracle to MySQL. Table contains CLOB data. Performance is very poor.
For 12Gb data, mostly CLOB, migration takes well over an hour. Performance is not predictable, sometimes it is much slower.
The tool displays extremely asymmetric read and write times:
Partial trace: