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: Urgent prb - unable to allocate an extent

Re: Urgent prb - unable to allocate an extent

From: Gombos Bertalan <bgombos_at_freemail.hu>
Date: Fri, 29 Sep 2000 10:38:26 +0200
Message-ID: <39D45502.A069756@freemail.hu>

Hi,

  The problem is that the embedded select uses hash join and the size of the left side is too big.

> > > insert into webpro.component_characteristic
> > > select c.componentseq, 'XJE014', m.des
> > > from desmond.main_onsemi_info m, webpro.component c
> > > where c.statusno = 25
> > > and c.part_number = m.upartno
> > > and m.statusno=10

Use the USE_NL hint to disable HASH_JOIN or increase the next storage parameter of temp tablespace.

Greetings,

-- 
  -+==-.
   |   |                      |
   |==-+-=-+- -+===- -+==+- -=+==-         G o m b o s  B e r t a l a n
   |       |   |=-    |  '    |
  -|-=====-+- -+===-  |      -+==-          mailto:bgombos_at_freemail.hu
   '       '   '      '       '                 GSM:+36 20 9293612
Received on Fri Sep 29 2000 - 03:38:26 CDT

Original text of this message

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