|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 30, 2010 2:12 PM
Points: 6,
Visits: 10
|
|
re: ONE-TIME MIGRATION FROM ORACLE TO SQL SERVER.
I want to know the best way to migrate tables from Oracle 9i to SQL Server '08 R2 as a cutover i.e. NO updates, no CDC (Change Data Capture) with Attunity. Just SELECT INTO the SQL Server tables, which DO NOT yet exist and shutdown the Oracle server for good.
I do not see any sample SSIS pkgs which do a SELECT INTO where tables on the SQL Server do not yet exist.
Thank you, XPXJ peter@charter.net
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 12:22 PM
Points: 3,017,
Visits: 4,471
|
|
xpxj (11/29/2010) re: ONE-TIME MIGRATION FROM ORACLE TO SQL SERVER.
I want to know the best way to migrate tables from Oracle 9i to SQL Server '08 R2 as a cutover i.e. NO updates, no CDC (Change Data Capture) with Attunity. Just SELECT INTO the SQL Server tables, which DO NOT yet exist and shutdown the Oracle server for good.
I do not see any sample SSIS pkgs which do a SELECT INTO where tables on the SQL Server do not yet exist.
Migration Assistant for Oracle would do the job. Just bing it, plenty of documentation in the net as well as in Microsoft KB.
_____________________________________ Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 30, 2010 2:12 PM
Points: 6,
Visits: 10
|
|
167 pgs of instruction for . . .
"The free Microsoft SQL Server Migration Assistant (SSMA) for Oracle speeds the migration process. SSMA for Oracle V4.0 converts Oracle database objects (including stored procedures) to SQL Server database objects, loads those objects into SQL Server, migrates data from Oracle to SQL Server, and then validates the migration of code and data."
I really wasn't planning on investing a lifetime.
Have you used SSMA ? Advice ? Pitfalls ?
Thx,
xpxj
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 7:08 PM
Points: 6,388,
Visits: 8,289
|
|
xpxj (11/29/2010) 167 pgs of instruction for . . .
[color=#0000ff]"The free Microsoft SQL Server Migration Assistant (SSMA) for Oracle speeds the migration process. SSMA for Oracle V4.0 converts Oracle database objects (including stored procedures) to SQL Server database objects, loads those objects into SQL Server, migrates data from Oracle to SQL Server, and then validates the migration of code and data."[/color]
I really wasn't planning on investing a lifetime.
Have you used SSMA ? Advice ? Pitfalls ?
Thx,
xpxj
Do you want to do it? or do it right?
167 pages for such a critical step seems downright small. You should be able to go through it in less than a day (and if you measure lifetimes in a day, well, that's a different issue). If it's important enough to take the database from Oracle to SQL Server, it's important enough to do it right - the first time. Otherwise, you'll end up with management questioning why did they move from Oracle to this sucky sql server product.
Wayne Microsoft Certified Master: SQL Server 2008 If you can't explain to another person how the code that you're copying from the internet works, then DON'T USE IT on a production system! After all, you will be the one supporting it! Links: For better assistance in answering your questions, How to ask a question, Performance Problems, Common date/time routines, CROSS-TABS and PIVOT tables Part 1 & Part 2, Using APPLY Part 1 & Part 2, Splitting Delimited Strings
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, May 17, 2011 6:21 PM
Points: 2,
Visits: 16
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, April 11, 2013 12:03 PM
Points: 29,
Visits: 188
|
|
Am sure the issue must be sorted by now, but still, just for future reference to others. You might consider this as well: http://sqlcat.com/sqlcat/b/technicalnotes/archive/2008/08/09/moving-large-amounts-of-data-between-oracle-and-sql-server-findings-and-observations.aspx
_____________ Vikas S. Rajput
|
|
|
|