CA PIM 12.8 SP1: Oracle GoldenGate does not start
search cancel

CA PIM 12.8 SP1: Oracle GoldenGate does not start

book

Article ID: 111714

calendar_today

Updated On:

Products

CA Virtual Privilege Manager CA Privileged Identity Management Endpoint (PIM) CA Privileged Access Manager (PAM)

Issue/Introduction

The status of Oracle GoldenGate becomes STARTING which means preparing process startup when PIM is running.
This doesn't happen if PIM is not running, the status becomes RUNNING which means completing process startup.

Environment

PIM 12.8 SP1 / Solaris 11.3

Resolution

This can be avoided by adding specialpgm bypass for GoldenGate processes:
-----
nr SPECIALPGM /u01/app/oracle/fmw/GoldenGate/mgr owner(nobody) pgmtype(fullbypass, propagate)
nr SPECIALPGM /u01/app/oracle/fmw/GoldenGate/ggsci owner(nobody) pgmtype(fullbypass, propagate)
nr SPECIALPGM /u01/app/oracle/fmw/GoldenGate/extract owner(nobody) pgmtype(fullbypass, propagate)
-----