Database Tuning (MOSC)

MOSC Banner

Buffer Waits on the SYSTEM tablespace.

edited May 3, 2012 5:05AM in Database Tuning (MOSC) 5 commentsAnswered
Hi all,

  My DB is 9.2.0.4

  When upload my statspack file to www.oraperf.com , from the File I/O in msec section, I saw Buffer Waits on datafile belong to SYSTEM tablespace is 535. At here, I want ask about Buffer Waits on this tablespace. Read some documents about the SYSTEM tbl, maybe when create this tablespace I did not "Auto Segment Space Management" option. Script to create it is:

CREATE TABLESPACE SYSTEM DATAFILE
'/oradata/xbank/system01.dbf' SIZE 1000M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED
LOGGING
ONLINE
PERMANENT
EXTENT MANAGEMENT LOCAL AUTOALLOCATE
BLOCKSIZE 8K;

   Can I switch it to SEGMENT SPACE MANAGEMENT AUTO ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center