#!/usr/bin/ksh #--------------------------------------------------------------------------------- # Show recursive calls #--------------------------------------------------------------------------------- SBINS=$SBIN/scripts HOST=`hostname` HOST=`echo $HOST | awk '{ printf ("%-+15.15s",$1) }'` cd $SBIN/tmp FOUT=$SBIN/tmp/rec_pars_${ORACLE_SID}.txt . $SBIN/scripts/passwd.env . ${GET_PASSWD} if [ "x-$CONNECT_STRING" = "x-" ];then echo "could no get a the password of $S_USER" exit 0 fi sqlplus -s "$CONNECT_STRING" <