OPatch found the word "error" in the stderr of the make command. Please look at this stderr. You can re-run this make command. Stderr output: chmod: changing permissions of ‘/testing/app/oracle/product/12.2.0/testing_1/bin/extjobO’: Operation not permitted make: [iextjob] Error 1 (ignored) Statement: This warning is ignorable, as files in bin directory ending with "O" are backups that are created when (re-)linking and it is owned by root hence, changing permission could not be performed. [oracle@Testing02 30593149]$ ll /testing/app/oracle/product/12.2.0/testing_1/bin/extjobO -rwsr-x--- 1 root oinstall 2241432 Nov 18 04:58 /testing/app/oracle/product/12.2.0/testing_1/bin/extjobO
Comments
Post a Comment