Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: materialized view of a remote partition
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.
-- 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
![]() |
![]() |