Page 1 of 1

dbForge Schema Compare command line report quality

Posted: Fri 15 Mar 2019 10:03
by mmontelatici
This question applies both for SqlServer and Oracle.
In command line makeup wizard the report generation is provided but only with basic features.

When comparing with the UI a report can be generated with some really useful options:
- Include actual data records for different objects (it exists only for data actually)
- Include comparison options

How can I achieve the generation of this deeper and more complete report with command line?

Thanks in advance

Re: dbForge Schema Compare command line report quality

Posted: Fri 15 Mar 2019 12:58
by alexa
We will investigate this issue and will answer you as soon as possible.

Re: dbForge Schema Compare command line report quality

Posted: Thu 21 Mar 2019 13:51
by alexa
Please use the option /incdata:Yes

Here is an example of using this option:

Code: Select all

/datacompare /compfile:"ODC1vsODC2.dcomp" /report:"report.html" /incdata:Yes
You can view the options available in the command line interface with the following command line string:

Code: Select all

"C:\Program Files\Devart\dbForge Studio for Oracle\dbforgeoracle.com" /datacompare /?