Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Materialized View
Not sure but I think you need to have Enterprise Edition for that. Otherwise
it should work fine
Aleem
-----Original Message-----
Sent: Thursday, August 15, 2002 5:18 AM
To: Multiple recipients of list ORACLE-L
Hi All,
Is it true that I cannot create a materialized view by accessing a remote table? Here is the syntax for creating the materialized view but it does not work.
REM Create materialized view mast_time_mv
CREATE MATERIALIZED VIEW mast_time_mv
PCTFREE 0 TABLESPACE mviews_tb
STORAGE (INITIAL 256k NEXT 256k PCTINCREASE 0)
PARALLEL
BUILD IMMEDIATE
REFRESH FAST
ENABLE QUERY REWRITE
AS
SELECT * from MAST_TIME_at_WHST.TEST.CORP.ICI.COM
<mailto:MAST_TIME_at_WHST.TEST.CORP.ICI.COM> ;
Where WHST.TEST.CORP.ICI.COM is database link.
Thanks,
Ashoke
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Abdul Aleem
INET: dmit_at_beaconhouse.edu.pk
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 Mon Aug 19 2002 - 07:23:44 CDT
![]() |
![]() |