|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, January 26, 2009 10:57 PM
Points: 4,
Visits: 19
|
|
plz tell me the steps to follow for converting SQL database(tables) to oracle(tables).
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 10:53 AM
Points: 1,635,
Visits: 4,218
|
|
You can use SSIS to transfer the tables across, create a package with your SQL server as source and the Oracle database as a destination.
Not too sure how you would transfer the procedures/functions automaticaly as they may require some re-writing.
|
|
|
|