Hello,
I am trying to execute an external job from scheduler and getting this error in 12c env
This routine runs correctly in 11g.
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 209
ORA-06512: at "SYS.DBMS_SCHEDULER", line 594
ORA-06512: at line 2
-r--r----- 1 root dba 1572 Feb 16 17:51 /u01/app/oracle/product/12.1.0.2/db1/rdbms/admin/externaljob.ora
[root@egisdb-wc-a2d oracle]# ls -l /u01/app/oracle/product/12.1.0.2/db1/bin/extjob*
-rwxr-xr-x 1 root dba 1636324 Dec 12 16:41 /u01/app/oracle/product/12.1.0.2/db1/bin/extjob
-rwx------ 1 root dba 1636324 Dec 12 16:41 /u01/app/oracle/product/12.1.0.2/db1/bin/extjobo
-rwxr-x--- 1 root dba 1636324 Dec 12 16:34 /u01/app/oracle/product/12.1.0.2/db1/bin/extjobO
-rwx------ 1 root dba 1636324 Dec 12 16:34 /u01/app/oracle/product/12.1.0.2/db1/bin/extjoboO
What 'm I missing here?
aBBy