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 -> Creating snapshot to refresh everyday at 9:00 pm.

Creating snapshot to refresh everyday at 9:00 pm.

From: Ben Kim <dosa_at_xochi.tezcat.com>
Date: 1 Jun 1998 14:04:28 -0500
Message-ID: <6kutvs$7l5@xochi.tezcat.com>


Hi,
I am trying to create a snapshot that will automatically refresh daily at 9:00 pm. Will the following statement do it? create snapshot snapshot_name
pctfree 5 pctused 40
tablespace xxx
storage (initial 10M next 1M pctincrease 0) refresh complete
start with sysdate
next (sysdate+1)+21/24
as select * from emp_at_dblink;

Please let me know..
Thanks,

--


Received on Mon Jun 01 1998 - 14:04:28 CDT

Original text of this message

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