Summary of User Exit Functions
By
default, the $OGG_HOME/lib directory is part of the Oracle GoldenGate
software Home directory. It is separated from the Deployment directory by design. If
additional shared objects need to be added for User Exit functions, then it is
recommended that you do not use the $OGG_HOME/lib directory and choose
a different location. For CUSEREXITS, you must extend the
LD_LIBRARY_PATH environment variable to a different location.
| Parameter | Description |
|---|---|
|
|
Indicates when, during processing, the routine is called. |
|
|
Provides a response to the routine. |
|
|
Supplies information to the routine. |
|
|
Implements a callback routine. Callback routines retrieve record and Oracle GoldenGate context information, and they modify the contents of data records. |