Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: materialized view of a remote partition

Re: materialized view of a remote partition

From: Ray Stell <stellr_at_cns.vt.edu>
Date: Fri, 06 Sep 2002 13:03:28 -0800
Message-ID: <F001.004CA583.20020906130328@fatcity.com>


On Fri, Sep 06, 2002 at 07:23:28AM -0800, Ray Stell wrote:
>
> 8.1.7.4
>
> create snapshot TEMP as
> select * from ROLLUP_at_remote.db partition (020904)
>
> ERROR at line 1:
> ORA-14100: partition extended table name cannot refer to a remote object

Well, it ain't pretty, but...

on the remote db:

SQL> create snapshot eh_snap as select * from emp partition (e18);

Materialized view created.

on the local db:

SQL> create snapshot eh_snap as select * from eh_snap_at_remote.db;

Materialized view created.



Ray Stell stellr_at_vt.edu (540) 231-4109 KE4TJC 28^D
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ray Stell
  INET: stellr_at_cns.vt.edu

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 Fri Sep 06 2002 - 16:03:28 CDT

Original text of this message

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