Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

System tablespace is fragmented in 11gr2

User_ETPF4Sep 3 2013 — edited Sep 3 2013

Hi,

Recently, Application team has reported the performance issues on our oracle database. When I checked, I have noticed the SYSTEM tablespace is heavily fragmented. Can anyone tell how far the fragmentation affect the performance of the database.

Database Version : 11.2.0.3.7

Size   : 1.5 TB

SQL> select sum(bytes/1024/1024/1024) from dba_segments where tablespace_name='SYSTEM';

SUM(BYTES/1024/1024/1024)
-------------------------
               4.93933105

SQL> select sum(bytes/1024/1024/1024) from dba_data_files where tablespace_name='SYSTEM';

SUM(BYTES/1024/1024/1024)
-------------------------
               64.0976257

Thanks in advance,

Kesav.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2013
Added on Sep 3 2013
8 comments
878 views