Database Tuning (MOSC)

MOSC Banner

Why wait (S-S contention) for 20 hours?

edited Nov 9, 2009 5:38AM in Database Tuning (MOSC) 2 commentsAnswered
I tried to reduce a tablespace temp1 while job statistics(dbms_stats.gather_database_stats_job_proc) was running. here is the steps i followed :
- Create a new temp2
- Switch the default temp  tablespace to temp2
- drop temp1 but i can't drop it because it was in use
- Switch the default temp  tablespace back to temp1
- drop temp2(successful)
After this, the job statistics was in wait (S-S contention) for 20 hours.
 
Any help on this!!?

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