Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Join cardinality

Re: Join cardinality

From: Pratap <pratap_fin_at_rediffmail.com>
Date: 17 Apr 2006 06:25:24 -0700
Message-ID: <1145280324.730331.242690@g10g2000cwb.googlegroups.com>


The following things worked out -

  1. cust.country_id = cal.country_id + 0 -- To nullify the effects of double counting
  2. set density of column cust.country_id to 1

Both have to be applied simultaneously. Individually they don't work. Received on Mon Apr 17 2006 - 08:25:24 CDT

Original text of this message

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