I'm executing ORAchk on customer site on Solaris 10 environment with standalone database 11gR2 insta
I'm not sure which line of following /etc/profile asking for prompts thus causing the orachk execution by root user failed, but can be executed by oracle user itself (with limited privileges on specific OS command owned by root).
Following the entry of /etc/profile in question:
==================================
#ident "@(#)profile 1.19 01/03/13 SMI" /* SVr4.0 1.3 */
# The profile that all logins get before using their own .profile.
trap "" 2 3
export LOGNAME PATH
if [ "$TERM" = "" ]
then
if /bin/i386
then
TERM=sun-color
else
TERM=sun
fi
export TERM
fi
# Login and -su shells get /etc/profile services.
# -rsh is given its environment in its .profile.
case "$0" in