SQL Performance (MOSC)

MOSC Banner

query performance issue

edited Apr 4, 2018 2:59PM in SQL Performance (MOSC) 2 commentsAnswered

DB version is 11.2.0.3/2 node RAC

-Below insert is waiting on PX Deq: Parse Reply and no progress is made, session just waits

-25m rows being inserted from 125m

- all table stats are up to date

- no plan change in lower environment an this environment which is prod

- same row counts

INSERT /*+ APPEND */ INTO ASC_RPM_MISSING_TIMELINE (ITEM, DIFF_I

D, ITEM_PARENT, LOCATION, ZONE_NODE_TYPE, ZONE_ID, CUR_HIER_LEVE

L, TABLE_MISSING_FROM) WITH RFR_VW AS (SELECT /*+ PARALLEL(rfr 8

) */ RFR.DEPT, RFR.CLASS, RFR.SUBCLASS, RFR.ITEM, RFR.LOCATION,

  1. RFR.DIFF_ID, RFR.ZONE_ID, RFR.ZONE_NODE_TYPE, RFR.CUR_HIER_LEVEL

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