OVMS: Getting ORA-27301 when scheduling an external job on VMS
Hi
We are trying to scheule a rman backup job using dbms_scheduler
When we run the job from vms prompt, we can run it without any issues and the job runs successfully
But when we run the job thru dbms_scheduler, we get the following error:
ORA-27370: job slave failed to launch a job of type EXECUTABLE
ORA-27300: OS system dependent operation:accessing extjob wrapper failed with status: 13
ORA-27301: OS failure message: permission denied
ORA-27302: failure occurred at: sjsec 3
As per note ID 556507.1
Cause: EXTJOB.COM can not be exeuted.
Solution: SET SECURITY/PROTECTION=(W:RE) ORA_ROOT:[BIN]EXTJOB.COM