Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> TR: Create a materialized view with ON COMMIT Option

TR: Create a materialized view with ON COMMIT Option

From: GL2Z/ INF DBA MEGHABBER <cmeghabber_at_avl.sonatrach.dz>
Date: Sat, 19 Apr 2003 02:21:41 -0800
Message-ID: <F001.00585503.20030419022141@fatcity.com>


Hi List,  

I'm trying to create a materialized view with option ON COMMIT like this:  

CREATE MATERIALIZED VIEW MV1
TABLESPACE TSP
REFRESH FAST ON COMMIT
ENABLE QUERY REWRITE
AS
SELECT C1,C2,C3
FROM T1 @LIEN <mailto:GMAO.GSUTLSTR_at_LIENGMAO.WORLD> WHERE C1 like 'B%' ;  

ERREUR à la ligne 8 :
ORA-12054: impossible de définir l'attribut de régénération ON COMMIT pour la
vue matérialisée  

What's the problem?
Thanks if someone can help me  

Chahinez

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: GL2Z/ INF DBA MEGHABBER
  INET: cmeghabber_at_avl.sonatrach.dz

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Sat Apr 19 2003 - 05:21:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US