SQL Performance (MOSC)

MOSC Banner

understanding sqltxplan to resolve problem query

edited Apr 21, 2017 9:39AM in SQL Performance (MOSC) 34 commentsAnswered ✓

hi all guru,

    I try to understand sqltxplan. because I have a problem of performance of several queries.

I can see a high cpu for the fetch and waits times for several events.

I do not understand where may I search to find a good approach for my issue.

I join you my tkprof and a zip file from sqltxplan.

best regards

JP

my tkprof's part

>>>>>>

call     count       cpu    elapsed       disk      query    current        rows

------- ------  -------- ---------- ---------- ---------- ----------  ----------

Parse        1      0.00       0.00          0          0          0           0

Execute      2      0.22       0.24          0          0          0           0

Fetch        3     99.09    1883.44     216554    3798211          6          33

------- ------  -------- ---------- ---------- ---------- ----------  ----------

total        6     99.31    1883.68     216554    3798211          6          33

Elapsed times include waiting on following events:

Tagged:

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