Database Tuning (MOSC)

MOSC Banner

database contention

edited Apr 22, 2015 1:39PM in Database Tuning (MOSC) 5 commentsAnswered

Hi,

I can see multiple insert and select statement which is causing temp space  contention as shown following event. Please suggest if something can be done to resolve the issue.

insert /*+ append */ into sys.ora_temp_1

select /*+  parallel_index(t, "ING_FDK_MV

insert /*+ append */ into sys.ora_temp_2

insert /*+ append */ into sys.ora_temp_4

Database=4 RAC node 11.2.0.2

Events:

WAITED  enq: PS - contention  

WAITED  enq: PS - contention  

  WAITED  enq: PS - contention  

Thanks!

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