Anybody using MV`s thru a db link.  

I am trying to create a MV that is updated on commit.  I can create this view if I get 
I keep it in the same db.  I can get a  MV that never will be refreshed working link. 
( What good is that ?)  

The query is below 
Platform Irix 6.5 Oracle 8.1.6 

Tia 
John 

QUERY 
select SYSTEM_CODE_ID,
 SYSTEM_CODE_GROUP_ID,
 LAST_UPDATE_DATETIME,
 LAST_UPDATE_USER_ID,
 LAST_UPDATE_PROGRAM,
 SYSTEM_CODE,
 SYSTEM_CODE_DESC,
 CODE_SEQUENCE_NBR,
 SYSTEM_CODE_REF_NBR,
 SYSTEM_CODE_REF_TEXT,
 ACTIVE_CODE_IND,
 count(*) dummy_count
from utility.system_code@mcdev
group by SYSTEM_CODE_ID,
 SYSTEM_CODE_GROUP_ID,
 LAST_UPDATE_DATETIME,
 LAST_UPDATE_USER_ID,
 LAST_UPDATE_PROGRAM,
 SYSTEM_CODE,
 SYSTEM_CODE_DESC,
 CODE_SEQUENCE_NBR,
 SYSTEM_CODE_REF_NBR,
 SYSTEM_CODE_REF_TEXT,
 ACTIVE_CODE_IND
/





__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to