How to Schedule Query Execution ?
- From: "Pankaj_Jha" <pankajjha1979@xxxxxxxxx>
- Date: 30 Aug 2006 00:02:51 -0700
Dear All,
I have written a SQL Query for generating report. I want this query to
get executed automatically every day at 9:00 AM. Suppose the query is
like this
Select e.empname, e.dept, s.basicsalary, s.hra, s.da, s.grosssalary
from employee e, salary s
where e.empid=s.empid
Can U tell me how to do this.
Thanks in advance
Pankaj Jha
.
- Follow-Ups:
- Re: How to Schedule Query Execution ?
- From: oradbamohan@xxxxxxxxx
- Re: How to Schedule Query Execution ?
- From: jonwat
- Re: How to Schedule Query Execution ?
- From: Brian Peasland
- Re: How to Schedule Query Execution ?
- Prev by Date: Re: ORA-12631: Username retrieval failed
- Next by Date: How to free unused space in a tablespace?
- Previous by thread: Re: ORA-12631: Username retrieval failed
- Next by thread: Re: How to Schedule Query Execution ?
- Index(es):
Relevant Pages
|