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@softek1);
as (select * from dept@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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to