xSQL Data Compare Command Line for Oracle Databases > Scripting options |
The "Scripting Options" step of the wizard allows you to change the scripting options. The command line wizard will save only options that are different from the default ones.
The following fragment is an example of the xml generated when some comparison options have changed:
<DataCompareOptions>
<TrimSpaces>true</TrimSpaces>
<RoundApproximateNumber>true</RoundApproximateNumber>
<RoundPrecision>2</RoundPrecision>
<LogScriptExecution>true</LogScriptExecution>
<ScriptExecutionLogFile>D:\QA\OracleData\Logs\exec.log</ScriptExecutionLogFile>
<DisableTriggers>false</DisableTriggers>
<ForeignKeyAction>DisableAndEnable</ForeignKeyAction>
</DataCompareOptions>