Using OBEY
You can create a library of text files that contain frequently used parameter settings, and then you can call any of those files from the active parameter file by means of the OBEY
parameter. The syntax for OBEY
is:
OBEY file_name
Where:
file_name
is the relative or full path name of the file.
Upon encountering an OBEY
parameter in the active parameter file, Oracle GoldenGate processes the parameters from the referenced file and then returns to the active file to process any remaining parameters. OBEY
is not supported for the GLOBALS
parameter file.
If using the CHARSET
parameter in a parameter file that includes an OBEY
parameter, the referenced parameter file does not inherit the CHARSET
character set. The CHARSET
character set is used to read wildcarded object names in the referenced file, but you must use an escape sequence (\uX
) for all other multibyte specifications in the referenced file.
See Reference for Oracle GoldenGate for more information about OBEY
.
See Reference for Oracle GoldenGate for more information about CHARSET
.