Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Calculation of remaining space in LMT's...
Hi,
In 10g is there no other way to get info about remaining
room in locally managed tablespaces (with a calculation
*taking in account* the eventual AUTOEXTEND mode of
datafiles) than using DBMS_SERVER_ALERT procedures
and then SELECTs against DBA_ALERT_HISTORY ?
There are unfortunately no such views as
V$TEMP_SPACE_HEADER and
V$TEMP_EXTENT_MAP (that underlyingly query X$KTFTHC
and X$KTFTME structures) for regular tablespace datafiles...
By the way does running SELECTs against these views cause Oracle's reads in temp. files space/bitmap headers ?
Thanks. Received on Thu Aug 10 2006 - 07:22:01 CDT
![]() |
![]() |