How to run a set of dcomp files at once and obtain results

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
NavilleD
Posts: 6
Joined: Tue 03 Mar 2015 21:33

How to run a set of dcomp files at once and obtain results

Post by NavilleD » Tue 17 Mar 2015 20:49

Hi,

I have a set of tables that I am trying to compare using the DBForge DataCompare for Oracle, I can perform this operation by using the GUI, however I am confused on how to run the compare against the set of tables that I have at once using the Command Line.

I am trying to runsomething similar to an executable file in sqlplus where you login to sqlplus and run the text file which has all the .sql files.

Can anyone please shed some light on this.

alexa

Re: How to run a set of dcomp files at once and obtain results

Post by alexa » Wed 18 Mar 2015 10:27

You can specify a batch of command line strings in a .bat file. Then, you can schedule the call of the .bat file with, for example, Windows Task Scheduler. Please see the following material on our website:

http://www.devart.com/dbforge/oracle/da ... d_line.htm
http://blogs.devart.com/dbforge/how-to- ... ndows.html
http://www.devart.com/dbforge/mysql/stu ... ackup.html

Post Reply