obey files are used to run frequently used commands used in goldengate :)
you can store and create obey files in goldengate dirprm directory
steps to implement or use obey files
1) create extract.prm, pump.prm and replicat.prm files required in "/goldengate_home/dirprm/" directory
2) create test1.oby files to add extract, pump and replicat in goldengate command utility "ggsci"
example of obey file
cat test1.oby
start mgr
add extract ext_fst, tranlog begin now
add exttrail /local_trail/aa, extract ext_fst
start extract ext_fst
add extract pxt_fst, exttrailsource /local_trail/aa, begin now
add rmttrail /remote_trail/aa, extract pxt_fst, megabytes 500
start pxt_fst
Will run obey files using goldengate command line utility
ggsci> obey test1.oby
--Nikhil Tatineni--
Knowledge on GoldenGate#