GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K

 Print  |  
Question:  how i will run a report in scheduled task

Answer: i want to run a report daily, actually there is a whole data retrieving in one report so, i want the report daily at evening auto run and generate data and convert it into pdf, so how i it put the report in scheduled task?


August 08, 2008 13:20:17 #1
 Raghu2008   Member Since: August 2008    Total Comments: 9 

RE: how i will run a report in scheduled task
 
You can schedule the task using unix shell scripting and crontab file inorder to execute it on specified time.
     

 

Back To Question