Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Calculating when a segment will need a new extent
Use the DBMS_SPACE package provided by ORACLE. It contains two procedures: UNUSED_SPACE and FREE_BLOCKS, that can provide the information you need.
You can find details about the DBMS_SPACE package and its contents in the script $ORACLE_HOME/rdbms/admin/dbmsutil.sql.
Hope this helps.
Michael Serbanescu
![]() |
![]() |