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

Home -> Community -> Usenet -> c.d.o.misc -> Creating materialized view on remote database

Creating materialized view on remote database

From: HJ <ponsonby_88_at_yahoo.com>
Date: 12 May 2005 15:16:44 -0700
Message-ID: <1115936204.595952.30170@f14g2000cwb.googlegroups.com>


Hi, all.

I'm trying to create a materalized view but I want to stay logged into my local database and create a view on a remote database. So, the syntax would look something like this:

create materialized view EMP_MAT_VIEW_at_REMOTE_DB tablespace SNAPSHOT
refresh fast
start with sysdate next sysdate + 1
with rowid
as
select * from EMPLOYEE;

I was hoping that would work, but it's giving me an error. Can this be done? Is there another way to do this?

Thanks,
HJ Received on Thu May 12 2005 - 17:16:44 CDT

Original text of this message

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