dbForge Schema Compare command line report quality

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
mmontelatici
Posts: 1
Joined: Mon 11 Mar 2019 13:27

dbForge Schema Compare command line report quality

Post by mmontelatici » Fri 15 Mar 2019 10:03

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

alexa

Re: dbForge Schema Compare command line report quality

Post by alexa » Fri 15 Mar 2019 12:58

We will investigate this issue and will answer you as soon as possible.

alexa

Re: dbForge Schema Compare command line report quality

Post by alexa » Thu 21 Mar 2019 13:51

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 /?

Post Reply