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: TEMP tablespace not Freeing the space

Re: TEMP tablespace not Freeing the space

From: jaromir nemec <jaromir_at_db-nemec.com>
Date: Fri, 23 Jun 2006 16:16:38 +0200 (CEST)
Message-ID: <59949.213.162.65.17.1151072198.bloek@pwebmail.utanet.at>


Hi Norman,

> (SELECT VALUE
> FROM v$parameter
> WHERE NAME = 'db_block_size') * SUM (a.blocks) / 1024
> used_mb

if I'm not completely wrong this should by used_Kb (not used_mb) alternatively ...
WHERE NAME = 'db_block_size') * SUM (a.blocks) / (1024 * 1024) used_mb

Regards,
Jaromir

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 23 2006 - 09:16:38 CDT

Original text of this message

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