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 -> Re: Creating materialized view on remote database

Re: Creating materialized view on remote database

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 12 May 2005 16:14:55 -0700
Message-ID: <1115939440.197328@yasure>


HJ wrote:

> 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

And the error message is a secret. Why?
And the racle version number is a secret. Why?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu May 12 2005 - 18:14:55 CDT

Original text of this message

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