Storing and Calling Frequently Used Command Sequences
You can automate a frequently-used series of commands by using an
OBEY
file and the OBEY
command. The
OBEY
file takes the character set of the local operating
system. To specify a character that is not compatible with that character set, use
the Unicode notation.
See Support for Escape Sequences for more information about using Unicode notation.
To use OBEY
Example 8-26 OBEY command file
ADD EXTRACT myext, TRANLOG, BEGIN now START EXTRACT myext ADD REPLICAT myrep, EXTTRAIL /ggs/dirdat/aa START REPLICAT myrep INFO EXTRACT myext, DETAIL INFO REPLICAT myrep, DETAIL
The following example illustrates an OBEY
command file for use with the OBEY
command. It creates and starts Extract and Replicat groups and retrieves processing information.
See Reference for Oracle GoldenGate for more information about the OBEY
command.