Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DB Link problem: ORA-12028: snapshot type is not supported by master site

DB Link problem: ORA-12028: snapshot type is not supported by master site

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Wed, 17 Nov 1999 19:23:07 GMT
Message-ID: <3833006a.86580733@news.earthlink.net>


CREATE SNAPSHOT swhoops.user_details
PCTFREE 30 PCTUSED 50 TABLESPACE swhoopsdat STORAGE (INITIAL 100M NEXT 50M PCTINCREASE 0) USING INDEX TABLESPACE swhoopsind
REFRESH FAST
AS

SELECT * FROM user_details_at_hoop.world;  
SELECT * FROM user_details_at_hoop.world
       *

ERROR at line 7:
ORA-12028: snapshot type is not supported by master site
Andrey Dmitriev	 eFax: (978) 383-5892  Daytime: (917) 373-5417
AOL: NetComrade	 ICQ: 11340726 remove NSPAM to email

Received on Wed Nov 17 1999 - 13:23:07 CST

Original text of this message

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