1827819 Members
2142 Online
109969 Solutions
New Discussion

Re: Password answer

 
Isaac_4
Frequent Advisor

Password answer

Hi every body:

I need that the user with the userid=rh put interactive the passwd, how can i do that

Here is my little script that i use.

cat compilarh

#compila formas

for i in ls *.fmb *.FMB

do

echo Compiling Form $i...

frmcmp.sh userid=rh/rhdesa@svrdesa batch=yes module_type=FORM module=$i compile_

all=yes window_state=minimize

done

chown oracle:dba *.fmx

chmod 777 *.fmx

mv *.fmx /oas/oracle/SVROAS/forms/rh/FORMS

# rm *.fmb

thks for your time

Best Regards

Isaac
The time is gold
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: Password answer

That depends entirely upon how your frmcmp.sh processes command line arguments and if the commands that are called by it are able to accept user/password tuples.
If it ain't broke, I can fix that.