I would start with checking what database links are
vissible.

Do a "select * from all_db_links". A database link in
the invoking schema should take precedence over a
public one. Whatever link is being used, verify that
you can connect to the remote database using it's
connection symantics. You can pull the clear text
password out of sys.link$ for this puspose.

Bill

--- Atul Kumar <[EMAIL PROTECTED]> wrote:
> 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).


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pass
  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