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: outer join

Re: outer join

From: <iashraf_at_csc.com>
Date: Tue, 12 Mar 2002 09:23:23 -0800
Message-ID: <F001.00425C56.20020312092323@fatcity.com>

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 <ORACLE-L_at_fatcity.com>              
                    @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
ineyman_at_perceptron.com

>
> 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: iashraf_at_csc.com
>
> 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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Igor Neyman
  INET: ineyman_at_perceptron.com

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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: iashraf_at_csc.com

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 Tue Mar 12 2002 - 11:23:23 CST

Original text of this message

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