Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Extent detection solution
Hi DBAS
I found some of objects has problem with next extents detection by using
following query.
sql> select segment_name,a.segment_type,a.tablespace_name
,a.next_extent
from dba_segments a where a.next_extent > (select max(b.bytes) from
dba_free_space b
where a.tablespace_name=b.tablespace_name group by b.tablespace_name);
Some of object has problem.
How to solve this problem.
solution path :
1)Export/drop/recreate object with larger initial setting and import objects
2)If the tablespace is full then add datafiles to the TS. But in existing database data files are autoextensible mode. what will be best solution.please suggest. Thnaks
Mala
Share information about yourself, create your own public profile at http://profiles.msn.com. Received on Fri Nov 03 2000 - 12:28:13 CST