Ora-12028: Materialized View Type Is Not Supported By Master Site
(Doc ID 395674.1)
Last updated on MARCH 05, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.5 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
The following create materialized view statement ails with the following error :
ORA-12028 materialized view type is not supported by master site %s error
CREATE MATERIALIZED VIEW cpe_mv
TABLESPACE mv_aztec1
BUILD IMMEDIATE
REFRESH FAST
AS
SELECT * FROM <TABLE>@<LINK>
WHERE cpe_key <= 100000;
TABLESPACE mv_aztec1
BUILD IMMEDIATE
REFRESH FAST
AS
SELECT * FROM <TABLE>@<LINK>
WHERE cpe_key <= 100000;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |