Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Materialized View
I tried following SQL
SQL> create materialized view mat_dept
2 refresh fast with rowid
3 start with sysdate next sysdate+ 1/(24*60)
4 as (select * from dept_at_softek1);
as (select * from dept_at_softek1)
*
ERROR at line 4:
ORA-01435: user does not exist ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 845 ORA-06512: at line 1
Why such error is coming and how can i create materialized view?
Thanks in advance
Atul
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Atul Kumar
INET: atul_at_softek.co.in
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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 Wed Apr 24 2002 - 07:33:20 CDT
![]() |
![]() |