I want to migrate from Oracle 9i to Sql server 2008 using SSMA. Please let me know what steps will I have to follow.
Our Oracle 9i database contain following objects :
- Tables
- Views
- Indexes
- Packages
- Procedures
- Functions
- Triggers
- Sequence
- Materialized Views
- Public Synonym
- Database link
- Jobs
- Directories
we need to do following changes after using SSMA:
(1) change code for oracle cursors,built in functions,triggers as syntax is different in sql server
(2) convert package into storeprocs/functions
(3)convert sequence into database identity column
(4) convert Materialized Views into indexed views
Please give me information about Public Synonym and Directories.How will it convert into Sql serverSynonym and Directories.Is it possible?
and also provide me information if I am missing anything for above mentioned all oracle database objects for conversion
Nitin Varshneya