That is whats happening, e.g. i have (cut down),

create view all_data as(select swname ,business ,org,waf
 from licence l,business b, organisation o,wafs w where
l.id = o.id (+) and
l.wafid = w.id (+)
etc.

How can i get around this ?



                                                                                       
                                   
                    Igor Neyman                                                        
                                   
                    <ineyman             To:     Multiple recipients of list ORACLE-L 
<[EMAIL PROTECTED]>              
                    @perceptron.c        cc:                                           
                                   
                    om>                  Subject:     Re: outer join                   
                                   
                    Sent by: root                                                      
                                   
                                                                                       
                                   
                                                                                       
                                   
                    12/03/2002                                                         
                                   
                    14:18                                                              
                                   
                    Please                                                             
                                   
                    respond to                                                         
                                   
                    ORACLE-L                                                           
                                   
                                                                                       
                                   
                                                                                       
                                   




On multi-table join only one table could be involved in outer join.

Igor Neyman, OCP DBA
[EMAIL PROTECTED]


----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 8:23 AM


>
> Hi,
>
> im trying to create a view comprising of about 10 tables, trying to join
> them together.i need a few outer jojns, but i have been told this is not
> possible, i.e. having numerous outer joins in the where clause..
>
> anyone got any info on these rules for outer joins?
>
> cheers
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
>   INET: [EMAIL PROTECTED]
>
> 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: [EMAIL PROTECTED] (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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Igor Neyman
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to