Home » Server Options » Replication » Updateable Snapshots Creation
Updateable Snapshots Creation [message #75491] Wed, 07 April 2004 10:19 Go to next message
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.
Re: Updateable Snapshots Creation [message #75506 is a reply to message #75491] Wed, 16 June 2004 11:33 Go to previous message
Ravi Venu
Messages: 1
Registered: June 2004
Junior Member
You need simple snapshots to make it updatable.
like
create m view ...
refresh fast for update
as select * from schema.table@link;
Previous Topic: Help from OCP's
Next Topic: Replication
Goto Forum:
  


Current Time: Thu Mar 28 12:26:07 CDT 2024