Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: temp tablespace colesce
Joan's problem/solution of setting "hash_multiblock_io_count=2" sounds a lot
like this from metalink.
When a user's temporary tablespace is type=temporary and extent size < hash_multiblock_io_count an ORA-3232 is raised when an attempt is made to perform a hash join. if the HASH_MULTIBLOCK_IO_COUNT is NOT set or = 0, then set it to 2 or 8
Steve
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
Sent: Monday, May 19, 2003 5:01 AM
> Hi
> Do know if that work both in windows and unix?
> Regards
> PG
>
> -----Original Message-----
> Sent: sexta-feira, 16 de Maio de 2003 19:48
> To: Multiple recipients of list ORACLE-L
>
>
> AK,
>
> I had temp tablespace problem on a new server this early year. A
> particular query always run out of temp space (2 gig for a small
> database). I off-line the temp, recreate the temp, coalesced, recreate
> temporary tablespace or regular tablespace, changed the pctincrase from
> 0 to 1, forced wake up smon to clean. Guess what? I still got same
> problem until I put hash_multiblock_io_count=2 in the ini.ora file.
> Don't ask me why. It never had problem after since.
>
> Joan
>
> > AK wrote:
> >
> > What is the way to shrink temp tablespace . I tried alter tablespace
> > colesce .. doesn't seems to work and I can't bring down the db .
> >
> > -ak
> >
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Joan Hsieh
> INET: joan.hsieh_at_tufts.edu
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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.net
> --
> Author: Paulo Gomes
> INET: PGomes_at_Datinfor.pt
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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.net -- Author: Steve Perry INET: sperry_at_sprynet.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Mon May 19 2003 - 06:21:48 CDT