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 -> Create or Replace View

Create or Replace View

From: Randy Harris <randy_at_SpamFree.com>
Date: Fri, 02 Jul 2004 00:11:27 GMT
Message-ID: <PK1Fc.31339$eH1.14901130@newssvr28.news.prodigy.com>


Is there any way to create a view based on a table in another schema? I can select from lms_data.class, but:

Create View testview as
Select * from lms_data.class;

returns an error, table class not found. I tried using a synonym and got the same result.

Thanks for any help. Received on Thu Jul 01 2004 - 19:11:27 CDT

Original text of this message

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