Creating a Parameter File in GGSCI
To create a parameter file, use the EDIT PARAMS command within the GGSCI user interface or use a text editor directly. When you use GGSCI, you are using a standard text editor, but your parameter file is saved automatically with the correct file name and in the correct directory. 
                  
When you create a parameter file with EDIT PARAMS in GGSCI, it is saved to the dirprm sub-directory of the Oracle GoldenGate directory. You can create a parameter file in a directory other than dirprm, but you also must specify the full path name with the PARAMS option of the ADD EXTRACT or ADD REPLICAT command when you create your process groups. Once paired with an Extract or Replicat group, a parameter file must remain in its original location for Oracle GoldenGate to operate properly once processing has started.
                  
The EDIT PARAMS command launches the following text editors within the GGSCI interface:
                  
- 
                        Notepad on Microsoft Windows systems 
- 
                        The vi editor on UNIX and Linux systems. DB2 for i only supports vi when connected with SSH or xterm. For more information, see Creating a Parameter File with a Text Editor. Note: You can change the default editor through the GGSCI interface by using the SET EDITORcommand. See Reference for Oracle GoldenGate.
Parent topic: Creating a Parameter File