dbTalk Databases Forums  

Converting Axapta database from Oracle to MSSQL2005

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Converting Axapta database from Oracle to MSSQL2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #31  
Old   
glibs
 
Posts: n/a

Default Re: Converting Axapta database from Oracle to MSSQL2005 - 08-27-2008 , 06:04 AM






Just for your information.



I used for converting DB from Oracle to MS SQL standard export-import
technology.



That was in 3.0. I duplicated and partly rewritten standard import algorithm
not to make RecId conversion and not to make transaction ID conversion. Just
imported data with the same RecId and transaction ID into new company. After
that I run RecId recalculation, which was also modified for better
performance.



Such a way is acceptable if you transfer the whole company, not only adding
part of data to existing company.



I reached import speed at above 1000 records per second. It is about 3.6
million records per hour. Or about 1 Gb per hour if assume average record
size to be 400 bites.



But not changed RecId and transaction IDs allows to spread tables into
different definition groups and parallel export and import. For example, for
10 Axapta clients 10 Gb per hour is not so bad.



As I can see in 4.0 something like this may be used for conversion.



Several times I used this technique to transfer data for testing from the
customer. This kind of import is much faster than standard.



Reply With Quote
  #32  
Old   
glibs
 
Posts: n/a

Default Re: Converting Axapta database from Oracle to MSSQL2005 - 08-27-2008 , 06:04 AM






Just for your information.



I used for converting DB from Oracle to MS SQL standard export-import
technology.



That was in 3.0. I duplicated and partly rewritten standard import algorithm
not to make RecId conversion and not to make transaction ID conversion. Just
imported data with the same RecId and transaction ID into new company. After
that I run RecId recalculation, which was also modified for better
performance.



Such a way is acceptable if you transfer the whole company, not only adding
part of data to existing company.



I reached import speed at above 1000 records per second. It is about 3.6
million records per hour. Or about 1 Gb per hour if assume average record
size to be 400 bites.



But not changed RecId and transaction IDs allows to spread tables into
different definition groups and parallel export and import. For example, for
10 Axapta clients 10 Gb per hour is not so bad.



As I can see in 4.0 something like this may be used for conversion.



Several times I used this technique to transfer data for testing from the
customer. This kind of import is much faster than standard.



Reply With Quote
  #33  
Old   
glibs
 
Posts: n/a

Default Re: Converting Axapta database from Oracle to MSSQL2005 - 08-27-2008 , 06:04 AM



Just for your information.



I used for converting DB from Oracle to MS SQL standard export-import
technology.



That was in 3.0. I duplicated and partly rewritten standard import algorithm
not to make RecId conversion and not to make transaction ID conversion. Just
imported data with the same RecId and transaction ID into new company. After
that I run RecId recalculation, which was also modified for better
performance.



Such a way is acceptable if you transfer the whole company, not only adding
part of data to existing company.



I reached import speed at above 1000 records per second. It is about 3.6
million records per hour. Or about 1 Gb per hour if assume average record
size to be 400 bites.



But not changed RecId and transaction IDs allows to spread tables into
different definition groups and parallel export and import. For example, for
10 Axapta clients 10 Gb per hour is not so bad.



As I can see in 4.0 something like this may be used for conversion.



Several times I used this technique to transfer data for testing from the
customer. This kind of import is much faster than standard.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.