Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How could I find the free space info for temporary tablespace, tempfile
"joe bayer" <joebayerii(no-spam)@hotmail.com> wrote in message
news:E%XYa.576$Z37.222_at_nwrdny03.gnilink.net...
> We are using oracle 9.2 on linux
>
> We used to use dba_data_files/dba_free_space to calculate how much
> percentage a tablespace is free.
>
> But now we have temporary tablespace using tempfile, I found
> dba_temp_files, but there is no dba_temp_free_space.
>
> Could someone tell me how do you calculate how much of a temporary
> tablespace is free?
>
Hi Joe,
Take a look at V$TEMP_SPACE_HEADER, I think it's what you're after. Some of the other V$TEMP _* views might be of interest too.
Cheers
Richard Received on Mon Aug 11 2003 - 08:54:41 CDT