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 |
i have 100 pages output. i want to print 10 records per page in Template?
Where we can write a PL/SQL code in report triggers?
What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1
What is count(*) from po_vendors(any table)?
Is that Possible To create package without Specification , If Yes Give any Examples
CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP
What is the interface?
Can u give the Documentation of Custom.pll in oracle apps
in sql *loder how to skip the middle records ex:from 10th to 20th records i want to skip?
Which module is not in multiorg
How can you achieve loose coupling in soa framework?
What is a value set? List its various types.