ORA-27369: job of type EXECUTABLE failed with exit code: 274662
Hi,
I have been receiving this error whilst trying to run an executable via PL/SQL:
ORA-27369: job of type EXECUTABLE failed with exit code: 274662 Oracle Scheduler error: Config file is not owned by root or is writable
ORA-06512: at "SYS.DBMS_ISCHED", line 238
ORA-06512: at
"SYS.DBMS_SCHEDULER", line 568
ORA-06512: at "SYS.DBMS_ISCHED", line 238
ORA-06512: at "SYS.DBMS_SCHEDULER", line 568
ORA-06512: at line 5
As per the following link, the values were changed as suggested:
-rwsr-x--- 1 oracle oinstall 2241504 Aug 7 2019 extjob
-rw-r--r--. 1 root oinstall 1536 Oct 4 2017 externaljob.ora
However, the error is still occurring.