oracheck will not work on sless 11 in default form
the newest version downloaded from ID 1268927.2 will not run without changing. (this is the feedback i got from our unix department after i let them run the unchanged script under root)
there are major bugs in multiple scripts.
/export/home/oracle/orachk/.cgrep/psqlplus
first line #!/bin/env ... <- this does not exist!
my ($bash_scr) = "/bin/bash" ; <- that used to be /bin/env bash, and didn't work
#if ( ! -f "/bin/bash" || ! -f "/bin/env" ) { $bash_scr=`which bash`; } <- this line is completly useless, and it was causing this orachk: line 25738: 28099 Killed $perl_cmd 2>> $ERRFIL
those two lines were causing to spawn visible in ps -e f