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 |
in one report using two layout models.if yes how to do
What is menu.
where we can check the status of po.
How many schemas we have? how many you have used?
Challenges faced during upgradation of 11i to R12
do i need to declare bind parameter before using in the query?
When you run he report you have to get only that particular organization po numbers or item number how can do it?
How to insert data into two tables using single control file?
where do u specify in org_id?
WHAT IS REFCURSOR IN ORACLE ?
how can we get odd numbered pages in output of a report
what is the error you will get if field is referenced in wrong repeating frame?