Search Results

Search: Posts Made By: cotton
15,013
Posted By Corona688
It definitely feeds those options into java: ...
It definitely feeds those options into java:
my $optionString = getOptions();
my $err = runSystemCmd("$javaCmd "."oracle.apps.ad.context.GenerateContext ". "$optionString"); Try adding the...
15,013
Posted By durden_tyler
Where does the Perl program ask for the input as...
Where does the Perl program ask for the input as seen above?

tyler_durden
15,013
Posted By Corona688
Thanks. The script accepts arguments like...
Thanks. The script accepts arguments like /mnt/oracle/oracle/product/11.2.0/dbhome_2/appsutil/bin/adbldxml.pl appsuser=username appspass=pass template=templatename logfile=filename...
15,013
Posted By Corona688
APPS Password: I bet this is being read from...
APPS Password: I bet this is being read from /dev/tty, not not stdin.

As for the rest, I still cannot say, because you still haven't posted the perl script, please post the perl script.
15,013
Posted By Corona688
Please post the perl script so we can see what...
Please post the perl script so we can see what form of input it needs. If it's simply reading from stdin, that ought to work. :confused:
15,013
Posted By Corona688
In what manner does it "not work". Be specific. ...
In what manner does it "not work". Be specific.

In fact, why not post the perl script?
15,013
Posted By Corona688
You could try something like this: #!/bin/sh...
You could try something like this:

#!/bin/sh

/path/to/oracle/script.pl <<"EOF"
answer1
answer2
answer3
EOF
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 03:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy