Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

Re: TEMP tablespace not Freeing the space

jaromir nemec

2006-06-23

Replies:

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


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.