I'm running the extract process from a Linux server with OGG 11.2 (GGSCI) and i see the following error in the ggserr.log.
2013-06-21 14:20:05 ERROR OGG-01626 br_dir_get: ggStat: /ggpath/BR: error code: 13 (Permission denied).
My param file has the following entries,
EXTRACT ext1
USERID username, PASSWORD pwd
RMTHOST remotehostaddr, MGRPORT remoteport
RMTTRAIL /remotepath/trails/dd
TABLE schema1.TABLE1
TABLE scehma2.TABLE2;
The below is the complete error from ggserror.log:-
| 2013-06-21 14:20:05 INFO | OGG-03500 Oracle GoldenGate Capture for Oracle, ext1.prm: WARNING: NLS_LANG environment variable does not match database character set, or not set. Using database character set value of UTF8. |
| 2013-06-21 14:20:05 INFO | OGG-01635 Oracle GoldenGate Capture for Oracle, ext1.prm: BOUNDED RECOVERY: reset to initial or altered checkpoint. |
2013-06-21 14:20:05 ERROR OGG-01626 Oracle GoldenGate Capture for Oracle, ext1.prm: br_dir_get: ggStat: /ggpath/BR: error code: 13 (Permission denied).
2013-06-21 14:20:05 WARNING OGG-01525 Oracle GoldenGate Capture for Oracle, ext1.prm: Failed to open trace output file, 'gglog-ext1.dmp', error 13 (Permission denied).
2013-06-21 14:20:05 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, ext1.prm: PROCESS ABENDING.
Please let me know what could be causing this or if more information is needed.