Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

60
DBMS_SPACE

The DBMS_SPACE package enables you to analyze segment growth and space requirements.

This chapter discusses the following topics:

Security

This package runs with SYS privileges.

Requirements

The execution privilege is granted to PUBLIC. Subprograms in this package run under the caller security. The user must have ANALYZE privilege on the object.

Summary of DBMS_SPACE Subprograms

Table 60-1 DBMS_SPACE Subprograms
Subprogram  Description 

"UNUSED_SPACE Procedure" 

Returns information about unused space in an object (table, index, or cluster). 

"FREE_BLOCKS Procedure" 

Returns information about free blocks in an object (table, index, or cluster). 

"SPACE_USAGE Procedure" 

Returns information about free blocks in a bitmapped segment. 


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback