views:

97

answers:

1

Has anyone ever used Oracle Database Migration Verifier tool (DMV)? It's a tool to analyze the source database and compare it against the migrated Oracle database.

I have installed the JDBC driver for Microsoft SQL Server. Then, I have edited the property file and run the command java -jar dmv.jar PropertiesFilePath ReportStorePath, which PropertiesFilePath is the location of the property file and ReportStorePath is the location of the report to be saved. After running this command, I got an error: DMV-037 Microsoft SQL Server database connection exception: com.microsoft.jdbc.sqlserver.SQLServerDriver.

Could you please advise me how to edit the property file?

Thank you.

A: 

Is you JDBC.ClassPath setup correctly?

fc