The "Log Files and Options" contains the command line log files and various options:
- The top section of the page contains the source and the target schema. You can flip them by clicking on the Flip link. Target schema is the schema on which the data synchronization will be executed.
- Synchronize the target schema: indicates whether the synchronization script should be executed in the target schema. If unchecked, the script is generated, saved to a file, but not executed.
- Encrypt Oracle credentials: encrypts the Oracle credentials and the data source in the xml config file.
- Log operational messages to: the log file where the operational messages, such as the comparison progress, should be saved.
- Save the error log to a file: saves the error to the specified file.
- Create a Windows error log: creates an Windows Event Log for the data comparison errors.
- Save sync script to: the file where the data synchronization script should be saved.
- Save sync log to: the file where the data synchronization log should be saved.
- Use this encoding for all files: the encoding of the output file.
- Override all log files: whether the log files should be overridden or appended to.
- Execute quietly and hide operational messages: it checked, does not show any messages on the console.

The following xml fragment contains the command line settings:
<CommandLineOptions>
<ComparisonLogFile>D:\QA\OracleData\Cmd\logs\op.log</ComparisonLogFile>
<ErrorLogName>D:\QA\OracleData\Cmd\logs\err.log</ErrorLogName>
<DataScriptFile>D:\QA\OracleData\Cmd\logs\sync_script.sql</DataScriptFile>
<DataLogFile>D:\QA\OracleData\Cmd\logs\sync_log.log</DataLogFile>
<OverwriteComparisonLog>true</OverwriteComparisonLog>
<Direction>RightAsLeft</Direction>
<!--**** data synchronization script will be executed against the target schema ****-->
<Synchronize>true</Synchronize>
<EncryptConnectionSetttings>true</EncryptConnectionSetttings>
</CommandLineOptions>