Automatic report generation [message #120493] |
Fri, 20 May 2005 04:00 |
oracle_nhpc
Messages: 1 Registered: May 2005
|
Junior Member |
|
|
Hi all
The data has been entered ,after 2 hrs I want a report
to be generated automatically and get stored in PDF format in a directory.
But how?can anybody tell?
|
|
|
Re: Automatic report generation [message #120772 is a reply to message #120493] |
Mon, 23 May 2005 12:27 |
stevenr
Messages: 5 Registered: May 2005 Location: India
|
Junior Member |
|
|
Hi
Well a little more detail on what you are looking for will help. But in case you are running Reports 9i, you have these options
- You can schedule a job in reports server by providing the date time in the URL
- You can schedule a cron job that invokes a rwclient.sh on the server providing the correct parameters and write to file (destype=file)
you can use rwclient.sh on the server
HTH
Ciao
|
|
|