Operating System - HP-UX
1761363 Members
2845 Online
108901 Solutions
New Discussion

Re: Oracle stats, update row data only?

 
SOLVED
Go to solution
Yogeeraj_1
Honored Contributor

Re: Oracle stats, update row data only?

hi,

Answers to your questions:

>does it run 20 minutes after midnight tomorrow?
Yes.
SQL>alter session set nls_date_format='dd/mm/yyyy hh24:mi';

Session altered.

SQL>select trunc(sysdate+1)+((00+(20/60))/24) from dual;

TRUNC(SYSDATE+1)
________________
04/10/2007 00:20

SQL>


> the "interval" parameter is 20 minutes, does it rerun in 20 minutes?

interval => 'trunc(sysdate+1)+((00+(20/60))/24)'

This always evaluates to the next day at 00:20.

You may wish to make appropriate modifications.


hope this helps!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
TwoProc
Honored Contributor

Re: Oracle stats, update row data only?

Thanks once again Yogeeraj.
We are the people our parents warned us about --Jimmy Buffett