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

Home -> Community -> Usenet -> c.d.o.server -> Re: CREATE MATERIALIZED VIEW : table doesn't exist

Re: CREATE MATERIALIZED VIEW : table doesn't exist

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Tue, 24 Jan 2006 18:29:13 +0100
Message-ID: <43d663e9$0$2103$626a14ce@news.free.fr>

"News" <Contact_404_at_hotmail.com> a écrit dans le message de news: 1138118323.013131.223060_at_z14g2000cwz.googlegroups.com...
| SELECT * FROM A, B;
|
| gives results but
|
| CREATE MATERIALIZED VIEW test
| BUILD immediate
| REFRESH complete ON DEMAND
| AS
| SELECT * FROM A,B ;
|
| ORA-00942: table or view does not exist
|
| There's no views, public or private synonyms named A, B. Tables and MV
| are owned by the same schemas where CREATE MATERIALIZED VIEW is issued.
| Any idea ?
|

Did you read the first line of prerequisites for create materialized view? Is this true?

Regards
Michel Cadot Received on Tue Jan 24 2006 - 11:29:13 CST

Original text of this message

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