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

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

Re: TR: Create a materialized view with ON COMMIT Option

From: Dilip <dilip7772002_at_indiatimes.com>
Date: Sat, 19 Apr 2003 05:11:38 -0800
Message-ID: <F001.00585555.20030419051138@fatcity.com>


Hi,

What is your database version ?

If it's not 9.0 (If its before 9.0) you might be hitting bug 1393435. The workaround is to use refresh on demand instead of refresh on commit.

In addition you can have a look at bugs 960322, 1949443,1377140

Hope this will help.

Regards,
~Dilip    

ORACLE-L_at_fatcity.com wrote:

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_at_LIEN
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

Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

 Buy The Best In BOOKS at http://www.bestsellers.indiatimes.com

Bid for for Air Tickets @ Re.1 on Air Sahara Flights. Just log on to http://airsahara.indiatimes.com and Bid Now !

--

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

Author: Dilip
  INET: dilip7772002_at_indiatimes.com

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 - 08:11:38 CDT

Original text of this message

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