Run a report [message #176480] |
Thu, 08 June 2006 07:42 |
yram
Messages: 75 Registered: February 2001
|
Member |
|
|
Hi
I need to run concurrent program and after the successfull completion of the concurrent program i need to run a report.
At present i am doing manually, i need to schedule this task in oracle application 11.5.9.
Pls do advice me how to go about it...
Regards
Yram
|
|
|
|
Re: Run a report [message #178211 is a reply to message #176492] |
Tue, 20 June 2006 02:36 |
konka_kiran
Messages: 56 Registered: May 2006 Location: Bangalore
|
Member |
|
|
Hi,
As you said you already running this report, that means you assigned the concurrent program to the Responsibility. So,while submitting this report, click onthe schedule button. And enter the intervals and start time, that's it. This is how you schedule the concurrent program. Addition to this whule defining the concurrent program check for the restart on system failure / shutdown, this check box must be ticked. This takes care when there is failure in processing the request occurs like concurrent manager processes stopped etc.,
Regards,
Kiran
[Updated on: Tue, 20 June 2006 02:41] Report message to a moderator
|
|
|
Re: Run a report [message #178290 is a reply to message #178211] |
Tue, 20 June 2006 08:51 |
agostino_neto
Messages: 180 Registered: July 2005
|
Senior Member |
|
|
Yram,
How do you want to schedule those request ?
From database server with CONCSUB or unix cron for example?
From eBS as Kiran said ?
What are the rules?
I will just add that you can create a request set with 2 concurrent programs. The second program can be executed after the first one completion.
|
|
|