Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Snapshot refresh
Dave,
Try "next trunc(sysdate+1)+(2.5/24)". What your statement is saying is "trunc(sysdate)+2:30+1" or 3:30 AM today.
____________________Reply Separator____________________Subject: Snapshot refresh
I am drawing a blank, maybe it's my cel phone:)
I want to have a snapshot refresh every morning at 2:30 am. Here is what
I think
will work
refresh start with trunc(sysdate)+ 2.5/24 +1 next trunc(sysdate)+ 2.5/24 +1
But I would like someone else to make a suggestion if I am wrong. Any help is appreciated.
Thanks,Dave Turner
-- Author: David Turner INET: turner_at_tellme.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Aug 07 2000 - 09:12:00 CDT