extract
Use extract to run the Extract program from the command line of the
Linux, UNIX, or Windows operating system. The
extract program is installed in
the Oracle GoldenGate installation directory or
library.
Syntax for Windows, UNIX, and Linux
extract paramfile parameter_file
[atcsn CSN | aftercsn CSN]
[initialdataload]
[pauseatend | nopauseatend]
[processid PID]
[reportfile report_file]
-
extract -
Used without options, the command runs the program interactively.
-
paramfileparameter_file -
Required. Specifies the relative or absolute path name of the parameter file for the Extract program that is being run. The default location is the
dirprmsubdirectory of the Oracle GoldenGate installation directory. -
atcsnCSN| aftercsnCSN -
Starts the process at or after the specified commit sequence number (CSN).
-
initialdataload -
Runs Extract to extract all of the data records directly from the source database to support an initial load to the target.
-
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.
-
processidPID -
A name for the process. This name must match the name that is specified for the
EXTRACTparameter in the parameter file. Use one alphanumeric word. -
reportfilereport_file -
Sends command output to the specified report file. Without the
reportfileoption, the command output is printed to the screen. The default is thedirrptsubdirectory of the Oracle GoldenGate installation directory.