SQL Performance (MOSC)

MOSC Banner

Read Tkprof for Tuning Purpose

edited Mar 1, 2019 1:04AM in SQL Performance (MOSC) 7 commentsAnswered ✓

Hi Gurus,

One of the concurrent programs is having performance issue . I had the dba provide the TKprof file for the concurrent run so that I could identify the SQLs that are taking time and tune it.

In the TKProf i could see

XPLAIN PLAN option disabled.

********************************************************************************

BEGIN xxcu_invoice_pkg.start_invoicing(:errbuf,:rc,:A0,:A1,:A2,:A3)

  ; END;

call               count       cpu         elapsed            disk           query              current                  rows

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

Parse             1           0.00            0.00               0                    0                    0                          0

Execute         1       24569.03        26880.22    1428527      1832151230       667544056           1

Fetch             0           0.00            0.00               0                    0                    0                           0

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

total              2       24569.03        26880.22    1428527        1832151230       667544056           1

Misses in library cache during parse: 1

Misses in library cache during execute: 1

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