xSQL Schema Compare Command Line for Oracle Databases > Using the schema compare command line |
Schema compare command line expects and reads the comparison settings from an xml config file. The config file contains the Oracle connections, options, filters, the output files and other comparison settings. You can generate the config file using the command line wizard.
Running the command line, using the config file config.xml, is as simple as follows:
xSQL.OracleSchemaCmd <path>\config.xml
You can also use the command line to validate a config file, without comparing the Oracle schemas, which could be useful if you create the config file manually. Validation is performed using the /v parameter:
xSQL.OracleSchemaCmd <path>\config.xml /v
To view the command line usage, use the help parameter: /? /h or /help
xSQL.OracleSchemaCmd /?
![]() |
Due to the complexity of the config file, we strongly recommend that you use the command line wizard to generate a new config file or modify an existing one. |