THE Tablespace Report
- A more comprehensive T/S report
(Added: 11-Nov-1999 Hits: 6273 Rating: 8.50 Votes: 16) Rate It
Unused areas in a data file
- When executed this store procedure lists the unused spots on a given data file. The procedure receives as parameters the file_id and the minimum size in db blocks of the unused spots to be reported. The additional script executes the stored procedure for all data files in the database and with unused spots larger than 100 database blocks.
The owner of the stored procedure should have select privelege on the dba_extents and dba_data_files granted explicitely not through the DBA role.
(Added: 16-Feb-2000 Hits: 4091 Rating: 6.50 Votes: 4) Rate It