Scheduler shuts down with "ORA-04031" error message in event_demon.<INS> log.
CAUAJM_E_18402 ORA-04031: unable to allocate 40 bytes of shared memory ("shared pool","BEGIN :RetVal := ujo_sendafm...","*********","kglHeapInitialize:temp")
CA WAAE R11.3.x Onwards
Receiving an oracle error message ORA-04031 in the autosys logs usually means that the Oracle database does not have enough shared memory available in Oracle for the amount of requests (processes) that are being run.
To resolve the issue, one needs to perform following steps for Oracle Database:
After increasing Shared pool memory kindly start scheduler and execute "chk_auto_up -r 111" to verify whether jobs are processing successfully.