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 -> CREATE MATERIALIZED VIEW : table doesn't exist

CREATE MATERIALIZED VIEW : table doesn't exist

From: News <Contact_404_at_hotmail.com>
Date: 24 Jan 2006 07:58:43 -0800
Message-ID: <1138118323.013131.223060@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 ? Received on Tue Jan 24 2006 - 09:58:43 CST

Original text of this message

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