Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: TR: Create a materialized view with ON COMMIT Option
My database version is 8i, exactely 8.1.7 EE on WINDOWS 2000
-----Message d'origine-----
De : Dilip [mailto:dilip7772002_at_indiatimes.com]
Envoyé : samedi 19 avril 2003 13:12
À : Multiple recipients of list ORACLE-L
Objet : Re: TR: Create a materialized view with ON COMMIT Option
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).
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:51:41 CDT
![]() |
![]() |