Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Materialized views across a db link
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,
SYSTEM_CODE_REF_NBR, SYSTEM_CODE_REF_TEXT, ACTIVE_CODE_IND,
SYSTEM_CODE_GROUP_ID, LAST_UPDATE_DATETIME, LAST_UPDATE_USER_ID, LAST_UPDATE_PROGRAM,
SYSTEM_CODE_REF_NBR, SYSTEM_CODE_REF_TEXT, ACTIVE_CODE_IND
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
![]() |
![]() |