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

Home -> Community -> Usenet -> c.d.o.server -> Re: (month is february and year is leap) job scheduling DBMS_JOB with oracle 9I

Re: (month is february and year is leap) job scheduling DBMS_JOB with oracle 9I

From: aman.oracle.dba <aman.oracle.dba_at_gmail.com>
Date: 5 May 2006 03:19:02 -0700
Message-ID: <1146824342.179516.192070@j33g2000cwa.googlegroups.com>


Hi,
Use Last_day function to find Last day of current month. Then make a small procedure to transfer data to one table to another table.
Then use that in dbms_job

Exa.
select last_day(sysdate) from dual; Received on Fri May 05 2006 - 05:19:02 CDT

Original text of this message

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