Help for Host concurrent program [message #353615] |
Tue, 14 October 2008 05:54 |
mahantesh
Messages: 28 Registered: March 2008 Location: Mumbai ,India
|
Junior Member |
|
|
Hi all,
I am new to unix ...
I have created concurrent program in oracle apps and executable for the same . Then with what extansion i have to upload this file on to FND_TOP means with .prog or .sh
For sending mail i had created one script but it is not working properly
Script containt is
#!/usr/bin/ksh
# Initialise environment variables
ORA_USER_PASS=$1
USERID=$2
USERNAME=$3
REQUESTID=$4
#these are parameters from concurrent program
email_to=$5
email_cc=$6
subject=$7
#name of the file wich i want to use as attachment for mail
file_name=$8
uuencode "$file_name" "$file_name" |/usr/bin/mailx -s "$subject" $email_to
exit 0
can any one me for this
Thanks in advance
[Updated on: Tue, 14 October 2008 06:07] Report message to a moderator
|
|
|