free to the extent

Hi all

In my PROD so many times I found that the size of a tablespace tatol remains, that's fair enough but the largest availabe pieces is very less and because it happens that a transaction fails and gives an error in the log file of the alerts as:

ORA-1654: impossible to expand the applications of the index. RCV_RECEIVING_SUB_LED_N3 by 27310 in tablespace GLD

and as a solution, I need to resize database / add datafile and problem solved.

But before the Add/resize datafile when I checked the database of free space and the largest track is:

Select nom_tablespace,
Sum(bytes/1024/1024) Total_free_space,
Max(bytes/1024/1024) largest_free_extent
from dba_free_space
where nom_tablespace = 'GLD '.
Group by TABLESPACE_NAME;

NOM_TABLESPACE TOTAL_FREE_SPACE LARGEST_FREE_EXTENT
---------------------------- ------------------------ ------------------------
GLD 5516.0546875 9.765625


I have thin 5516 MB of free space is fair enough for the TSS. but still I get the error to TBS for this.

can any body give an idea what wrong with this.

Thanks in ADV!

Sorry guys, I post in the wrong category

Published by: user9141007 on December 21, 2010 01:14

Salvation;

"" I belive you can get more qucik response on Forum home ' database ' Database - general as I mention before

In any case I suggest you check below:

Script for extended report and contiguous free space [ID 162994.1]
How to perform a Checkup on the database [ID 122669.1]

Respect of
HELIOS

Tags: Oracle Applications

Similar Questions

Maybe you are looking for