The following error occur when we try to startup the STAT Oracle Agent:
"Error: An action must be specified with -a switch"
We execute the following command:
$STAT_HOME/bin
./statctl.sh -e enter_env_code -a start
Environment related issue
a) ACTION=`echo $OPTARG | tr "[:upper:]" "[:lower:]"`;;
Change it to:
a) ACTION=$OPTARG;;
3. Save the file
4. Now try to startup the stat oa
This issue happened to occur on Solaris 10.
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center