When launching a OAPP_PGM uproc via the Manager for Oracle Application under a context of a user where the ulimit -c is set to 0 by default, the following line
ulimit -c unlimit
that is written in the line 9 of the script <duas_folder>/bin/bin_oapp/ux_orapps.ksh generates the following error in the job log:
ux_orapps.ksh[9]: ulimit: unlimited: limit exceeded [Operation not permitted]
Nevertheless, the execution of the script is not impacted at all.
Dollar Universe 6.x and 7.x
Manger for Oracle Applications (OAPP / OEBS)
System limitation to prevent huge core files being generated when invoking several scripts by different users.
Another possibility to avoid this issue is adding to the $HOME/.bash_profile of the user launching the OAPP_PGM Uprocs the following line:
ulimit -c unlimited