Skip to Main Content

Infrastructure Software

Announcement

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!

ksh: 1: 0403-041 Parameter not set. on AIX

DBA2011Apr 3 2008 — edited Apr 4 2008
Getting this message ksh: 1: 0403-041 Parameter not set. on AIX , any body know its fix?


oracle:tuldcorpadb01$ #!/bin/ksh
oracle:tuldcorpadb01$ [[ -z $1 ]] && count=10 || count=$1
ksh: 1: 0403-041 Parameter not set.
oracle:tuldcorpadb01$ ps gxu | grep PID | grep -v grep
USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND
oracle:tuldcorpadb01$ ps gxu | /usr/bin/sort -k 4.0,5r | grep -v PID | head -n $count
ksh: count: 0403-041 Parameter not set.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2008
Added on Apr 3 2008
2 comments
2,936 views