Reports via command line interface
fwetzler
Posts: 2
Is there a parameter that can be passed into the command line interface so generate a report (in any format) that only identifies the difference ? The GUI has it has a check box parameter and command line by default contains all records (identical and different). Thank you
Comments
Download the pre-release bugfix here
You can use the /exclude:... switch in combination with the /report:
eg SCO.exe ... /exclude:Missing /exclude:Identical /report:reportfile.html /reporttype:Interactive
Full command line documentation is available from:
http://documentation.red-gate.com/displ ... mmand+line
Project Manager
Red Gate Software Ltd
Although the Data Compare for Oracle command line is not as complete as Schema Compare for Oracle I think you can do what you're after, I've not tested this but from the documentation you get (dco /? /v) the following may work.
DCO.exe ... /report:report.html /reportType:HTML /reportRows:Different
(Also thanks as I've noticed our online documentation for Data Compare for Oracle command line is by far complete so I'll get that fixed)
Project Manager
Red Gate Software Ltd