Database DataWarehousing (MOSC)

MOSC Banner

Creating MV on Pre-Built table - Oracle EE 9.2.0.8

edited Jan 14, 2010 1:19AM in Database DataWarehousing (MOSC) 6 commentsAnswered ✓
 I will start by saying this is the first MV I have tried to create using a pre-built table, evan though it is the preferred method for fast refreshes.

I have created a table with all the primary key columns as needed, and am attempting to create a MV based on this table.

CREATE MATERIALIZED VIEW mjp1.mv_test MATERIALIZED VIEW mjp1.mv_test ON PREBUILT TABLE WITHOUT REDUCED PRECISION REFRESH FAST ON COMMIT

PREBUILT TABLE WITHOUT REDUCED PRECISION REFRESH FAST ON COMMIT FAST ON COMMIT

WITH PRIMARY KEY

AS

AS

SELECT XACTN_EFFCTV_DT, XACTN_EFFCTV_MONTH_NUM, XACTN_EFFCTV_YR_NUM

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