Options

Command Line compare without a project?

amortsamorts Posts: 7
edited January 27, 2015 8:34AM in Schema Compare for Oracle
Hi,

I am really familar with the SQL Server version but new to the Oracle one.

I had some really good results in the past writing a generic batch file to carry out a compare between db1 and db2 where db1 and db2 where parameters. I then had a calling batch file which called the compare and drove the values for db1 and db2.

This was simple and easy to maintain.

It appears in the Oracle version you need to have a project file pre-created to run a command line compare. Is this right?

Comments

  • Options
    Eddie DEddie D Posts: 1,781 Rose Gold 5
    Hi, thank you for your forum post.

    You can either use a project file or specify each data source.

    The syntax for specifying each data source is as follows:
    sco -source System/pass@TEST{SCHEMA_A} -target System/pass@my.host.com/PROD{SCHEMA_A}
    

    The help information available HERE contains further advice.

    Many thanks
    Eddie
    Eddie Davis
    Senior Product Support Engineer
    Redgate Software Ltd
    Email: support@red-gate.com
Sign In or Register to comment.