Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle7.3-Oracle8 snapshots
Hi
That can help you .
MIXED ENVIRONMENT: Oracle7 and Oracle8 where your Master Site is Oracle8 and your Snapshot Site is Oracle7, verify that the snapshot log you created on the Oracle8 Master Site was created with
the ROWID option. If it was created with Primary Key, which is default,
you will still receive an ORA-12004
SQL> select master, rowids, primary_key from user_snapshot_logs;
MASTER ROWIDS PRIMARY_KEY
SQL> alter snapshot log on t1 add rowid;
Snapshot log altered.
SQL> select master, rowids, primary_key from user_snapshot_logs;
MASTER ROWIDS PRIMARY_KEY
Regards
"ጅ‹“Ž„’ ÷. ó‰’‹‰Ž" a écrit :
> Hi!
> There are master table and snapshot log in remote database Oracle7.3
> Snapshot (refresh fast with rowid) created in Oracle8
> Where I try to fast refresh this snapshot
>
> dbms_snapshot.refresh('snapshot');
>
> ORA-12004 occur.
>
> It ocurr because of the different ROWID format?
Received on Sat Aug 19 2000 - 16:55:33 CDT
![]() |
![]() |