Command Line interface
n3xus
Posts: 10
Is there anyway I can automate the deployment?
I can't care less about security, consistency or any other side effects.
I can't care less about security, consistency or any other side effects.
Comments
There is some information about how to use the Data Compare for Oracle command line here:
http://www.red-gate.com/supportcenter/C ... o_using_cl
I'm monitoring this now so please post any questions below or email us on oracle@red-gate.com
I've looked through the help and have used the command line to generate a script to be used later but now I need to deploy that script. Is there a way to deploy the script from the command line without having the project do the compare again?
Thanks!
Once you have the script saved (it's just a .sql script) you could use your editor from the command line to run it, for example:
http://serverfault.com/questions/87035/ ... and-prompt
Would that work for you?
Best regards,
Michael
There are several suggested solutions to that issue posted here:
https://forums.oracle.com/forums/thread ... ID=2217135
If the script is <50mb I'd probably try SQL Developer, else would any of the other solutions suit?
Regards,
Michael
I don't know sql *loader yet but it looks like it expects a csv file...I'll look at this next.
I may be going at this the wrong way...after building my schema from the schema compare maybe I can use a flashpoint or some type of back up to get the data back in there.
Thanks,
Melissa