How will you get the concurrent program output as email?
Answers were Sorted based on User's Feedback
Answer / chenna
by using xml bursting we can send concurrent program output as email.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nusrath
Using Shell script we can attach the output of a concurrent
program.
mutt -s <subject> -a <attachment> <mail_id> < <mail body>
Eg:mutt -s "Output-conc prgm" -a XXCUST_TOP/bin/xx_pr.txt
abcd@gmail.com < "Hello, PFA output of conc.program."
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / tj
Incase of only concurrent program, we can set delivery options.
Incase of PL/SQL stored procedure execution method concurrent program, we can define one Host concurrent program which contains mailx command in .prog file. Place the file in respective TOP . Now call the concurrent program from PL/SQL package or procedure of previous concurrent program or we can create a request set(manual run) with two cp's. We can set delivery options for the second cp in request set. Request set mail parameters will not changes once scheduled(automatic run).
Incase of XML Publisher report creation, we can use bursting control file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Oder of firing triggers in form
How you will Diaplay the Company LOGO In report.Can anyone knows please give solution
What are basic steps for AIM?
what is trace file? what is the use of that?
In which directory your flatfile is given?if u connected different instance where it is find?
How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?
how many groups we can create for query?
How to link between inventory and OrderManagement.
wheather discard file is automatically created or explicty created?can u mention it?
explain o2c cycle? what are the table reflected for this process?
what is MRC? Why it is needed?
cursor 1 and cursor 2 are there did you open both the cursors at a time or not?