Database DataWarehousing (MOSC)

MOSC Banner

ORA-12028: materialized view type is not supported by Master site.

edited Mar 16, 2010 8:34PM in Database DataWarehousing (MOSC) 3 commentsAnswered
Hi All,

I am facing problem in MView creation.

My base table and Mview log resides in remote server.

I am creating MView in my local database server. But getting an error ORA-12028: materialized view type is not supported by Master site.

Looking for solution for the mentioned problem.

For refrence i have given example as below:

 -- Materialized view log need to be create on base table schema (ie., source schema)

create materialized view log on rtab with rowid;


-- Matrialized view can be created in your destination schema

create materialized view GSM_RTEST
refresh fast with rowid
start with sysdate + 1/1440

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center