Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ps -ef shows oracle passwords (HP-UX)

Re: ps -ef shows oracle passwords (HP-UX)

From: B.Sc Yassir Khogaly <yassir_at_khogaly.freeserve.co.uk>
Date: Tue, 3 Nov 1998 20:18:10 -0000
Message-ID: <71noe9$qmc$1@newsreader2.core.theplanet.net>


This is done by running sqlplus -s . the following example only demonstrates an example ..!
:
UIDPWD= This depends on the way your username are stored & retrieved ...I.e it could be retrieved from a file
named as the value of your "$ORACLE_SID" in $ORACLE_BASE/restrict/ by assigning that to an environment variable ... UIDPWD=`cat $ORACLE_BASE/restrict/$ORACLE_SID`

sqlplus -s << _EOF_ >> /dev/null
$UIDPWD Bernhard Husar wrote in message <363F5C05.815C48F2_at_mail.boku.ac.at>...
>How can I avoid this if I need to have sqlplus-scripts called in the
>background by cron jobs with a syntax like this:
>
>sqlplus username/password @my_script.sql
>
>Please be so kind and mail your answer also to
>husar_at_mail.boku.ac.at
>
>Thanks a lot for your help!
>
>regards,
>Bernhard Husar
>

begin 666 Yassir Khogaly.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DMH;V=A;'D[66%S<VER#0I& M3CI987-S:7(@2VAO9V%L>0T*5$E43$4Z4V5N:6]R($]R86-L92!$0D$-"E1% M3#M(3TU%.U9/24-%.BLT-"@P*3$X,2 T-C T,#0R#0I414P[0T5,3#M63TE# M13HK-#0T,3$Y,#8W-S8-"D%$4CM(3TU%.CL[.SM+96YT.SM%;F=L86YD#0I, M04)%3#M(3TU%.T5.0T]$24Y'/5%53U1%1"U04DE.5$%"3$4Z2V5N=#TP1#TP M045N9VQA;F0-"E523#IH='1P.B\O=W=W+FMH;V=A;'DN9G)E97-E<G9E+F-O M+G5K#0I54DPZ:'1T<#HO+W=W=RYA965U+F]R9RYU:PT*14U!24P[4%)%1CM) M3E1%4DY%5#IY87-S:7) :VAO9V%L>2YF<F5E<V5R=F4N8V\N=6L-"E)%5CHQ <.3DX,3$P,U0R,#$X,#E:#0I%3D0Z5D-!4D0-"@`` `
end Received on Tue Nov 03 1998 - 14:18:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US