mgr
Use mgr
to run the Manager program from the command line of the
Linux, UNIX, or Windows operating system. The mgr
program is installed in
the Oracle GoldenGate installation directory or library.
Syntax for Windows, UNIX, and Linux
mgr paramfile parameter_file
[cd directory]
[pauseatend | nopauseatend]
[port portnum]
[reportfile report_file]
-
mgr
-
Used without options, the command runs the program interactively.
-
paramfile
parameter_file
-
Specifies the relative or absolute path name of the parameter file for the Manager program that is being run.
-
cd
directory
-
Changes the current working directory of the process. The process will use the specified directory for all of its operations, such as opening and writing files.
-
pauseatend | nopauseatend
-
(Windows only) When the process stops, requires an Oracle GoldenGate user to look at the console output and then strike any key to clear it. Also indicates whether the process ended normally or abnormally.
-
port
portnum
-
The number of the first port that Manager will check to start a connection. If this port number is not available, Manager increments the number by one and continues incrementing until it finds a port number that is available. However, if a port number is specified in the Manager parameter file, that number takes precedence as the start point for this search.
-
reportfile
report_file
-
Sends command output to the specified report file. Without the
reportfile
option, the command output is printed to the screen.