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 |
how to get the on hand quantity of an item across all organizations? name the underlying tables.
2 Answers Ranves IT Solutions, Scan Steel,
types of invoices?
7 Answers BelAir Store, Convergys, Wings Biotech,
what is the difference between oracle applications ebs 11.5.9 and 11.5.10.2 and can anyone suggest the release dates of the versions
what is organization id
can we use look up type instead of a pofile option?or valueset?is it possible how?
in which table sub inventory related information for item is stored?
3 Answers chain sys, Scan Steel,
in one report using two layout models.if yes how to do
How is choreography different from orchestration?
The report output is 10 pages then how many times between pages report trigger will fire?
what is unit of measure classes? give atleast two examples. name the underlying table.
Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?