Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to Schedule Query Execution ?

How to Schedule Query Execution ?

From: Pankaj_Jha <pankajjha1979_at_gmail.com>
Date: 30 Aug 2006 00:02:51 -0700
Message-ID: <1156921371.064070.46950@m73g2000cwd.googlegroups.com>


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 Received on Wed Aug 30 2006 - 02:02:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US