Database Tuning (MOSC)

MOSC Banner

Monitoring Indexes cause increase the number of sessions to max limit and database down

edited Sep 2, 2015 10:56AM in Database Tuning (MOSC) 6 commentsAnswered

Hello,

After activate the monitoring of indexes on production OLTP single instance database 11gR2, the number of sessions grew and we had to kill the pmon and deactivate monitoring.

 

After execute for all indexes in production database of owner = 'APPLICATION_OWNER' and index_type in ('NORMAL','FUNCTION-BASED NORMAL','BITMAP'))

execute immediate 'alter index index_owner.index_name monitoring usage;

 

Then, the sessions increase to max

ORA-00020: maximum number of processes (10000) exceeded

 

And we need to kill pmon and deactivate the monitoring

 

Is this a bug?

Do you recommend any solution to avoid it?

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