Recommended Conversion Strategy
Use the following process when you convert your application code from Oracle to SQL Server:
- Consider converting your application to ODBC if it is written using Oracle Pro*C or the Oracle Call Interface (OCI).
- Understand SQL Server default result sets and cursor options, and choose the fetching strategy that is most efficient for your application.
- Remap Oracle ODBC SQL data types to SQL Server ODBC SQL data types where appropriate.
- Use the ODBC Extended SQL extensions to create generic SQL statements.
- Determine if manual commit mode is required for the SQL Server application.
- Test the performance of your application(s) and modify the program(s) as necessary.