Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Snapshot not refresh
Hi,
I have a database orc4 with this snapshot:
create snapshot person
refresh fast
start with sysdate
next sysdate + 5/60 * 24 with primary key
select * from person_at_orc3;
On orc3 I have this snapshot log:
create snapshot log on person
with primary key;
When I create the snapshot the table is populated, but if I made a change on person_at_orc3, this change is not propagated in 5 minutes. If I force the refresh with dbms_snapshot.refresh() it work.
Any idea?
Thank you.
-- SysAdm on cantina.students.cs.unibo.it Undergraduate student of Computer Science http://caristudenti.cs.unibo.it/~celli Key fingerprint = D8BD F3D0 00A5 9C96 4A07 DE62 2A4C EDE1 06AA E5BCReceived on Mon Jul 24 2000 - 00:00:00 CDT
![]() |
![]() |