Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Select won't work for view create
>
> 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
![]() |
![]() |