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: Select won't work for view create

Re: Select won't work for view create

From: Pat Hildebrand <pat_at_ssc.upenn.edu>
Date: Thu, 05 Apr 2001 09:05:47 -0700
Message-ID: <F001.002E2C10.20010405090627@fatcity.com>

>
> I have a select that works fine. However, it doesn't work fine when I try
> to create a view of the result set. There is nothing particularly fancy
> about the query, just a plethora of outer joins from the main table to the
> secondary tables. I get an error back about one of the tables not existing,
> but like I said, it works as a select, just not as a create view as ...
>

I had a problem like this and it turned out that it had nothing to do with the tables. I had accidently put the file name in the create script instead of the view name. :(

                       Pat
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Pat Hildebrand
  INET: pat_at_ssc.upenn.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 Thu Apr 05 2001 - 11:05:47 CDT

Original text of this message

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