For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
This script:
if [ $(ps -e -o command | grep pmon | grep -v grep | cut -d '_' -f3) = $pmon ]; then
echo PMON $pmon
fi
Throws :
line 1: [: too many arguments
or in some case :
line 1:unknown operator
Thanks for help.