If you have Java programs that worked with an Oracle database, they may require changes after you have migrated the database to Microsoft SQL Server or SQL Azure.
Java application assessment helps you to identify the required changes, the conversion cost and time.
What development and runtime environments are used for Java applications?
What the JDBC driver and connection options are used?
How the database access is performed?
Analyzing JDBC interfaces, classes and methods help you understand how the application interacts with the database - DML operations, procedure calls, metadata access etc.
After you have analyzed JDBC methods, you can review Oracle specific syntax that is used in SQL statements and requires changes for SQL Server. Typically these are:
These statements also may contain Oracle specific syntax and require analysis.