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

Home -> Community -> Mailing Lists -> Oracle-L -> Materialized views across a db link

Materialized views across a db link

From: <johnm9563_at_netscape.net>
Date: Fri, 02 Mar 2001 09:42:18 -0800
Message-ID: <F001.002C2786.20010302085639@fatcity.com>

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_at_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: johnm9563_at_netscape.net
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: ListGuru_at_fatcity.com (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). Received on Fri Mar 02 2001 - 11:42:18 CST

Original text of this message

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