Updateable Snapshots Creation [message #75491] |
Wed, 07 April 2004 10:19 |
Sanket Pradhan
Messages: 3 Registered: April 2004
|
Junior Member |
|
|
I am creating the following snapshot using the following statement:
create snapshot tmp_snapshot
refresh complete with rowid
start with sysdate
next (trunc(sysdate) + 1 + 21/24)
for update as
select
sysdate , 'Y' status
from dual@dblink1;
While creating the snapshot, I get the error ORA-12013 : updatable snapshots must be simple enough to do fast refresh
I am creating this snapshot in Oracle 9i but the source database is 8i.I am able to create a snapshot when both source and destination databases are in 9i.
Pls help in resolving this issue.
Thanks.
-- Sanket.
|
|
|
|