Linux Operating System (MOSC)

MOSC Banner

Zip warning : Name not matched

edited Jun 20, 2013 4:15AM in Linux Operating System (MOSC) 1 commentAnswered
 Hi i have requirement to zip and send email output for given request id . So i have written code like 
p_program_name=$0
p_oracle_id=$1
p_user_id=$2
p_username=$3
p_request_id=$4
p_subject=$5
p_email_address=$6
p_file_location=$7
#echo $p_file_location
p_orig_request_id=$8
echo "Displaying program parameters"
echo "p_program_name= "$p_program_name
echo "p_username = "$p_username
echo "p_request_id = "$p_request_id
echo "p_subject = "$p_subject
echo "p_email_address = "$p_email_address
echo "p_file_location = "$p_file_location

#file_name=XLG_FAH_TRANS_STATUS_RPT_"$p_orig_request_id"_1.EXCEL

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center