AHF - Autonomous Health Framework (TFA - ORACHK) (MOSC)

MOSC Banner

I'm executing ORAchk on customer site on Solaris 10 environment with standalone database 11gR2 insta

edited Sep 9, 2020 3:14PM in AHF - Autonomous Health Framework (TFA - ORACHK) (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center