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 -> Oracle 8.1.7 problem creating simple materialized view

Oracle 8.1.7 problem creating simple materialized view

From: Jack <amitkr.3_at_gmail.com>
Date: 7 Mar 2006 06:48:26 -0800
Message-ID: <1141742906.299461.55070@p10g2000cwp.googlegroups.com>


Hi,
I am trying to create a simple snapshot on my database using the following:

CREATE SNAPSHOT thresholds_ak
as
SELECT * FROM thresholds_ak_at_ak_test;

Its giving me folllowing errors.

ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 919
ORA-06512: at line 1

A simple select
select * from thresholds_ak_at_ak_test
works as expected.

Any help will be greatly appreciated.

Thanks Received on Tue Mar 07 2006 - 08:48:26 CST

Original text of this message

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