Trial8 Ora 1489 Inform Reporting.trc

Embed Size (px)

Citation preview

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    1/10

    TKPROF: Release 11.2.0.4.0 - Development on Thu Aug 14 07:03:29 2014

    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.

    Trace file: trial8_ora_1489_INFORM_REPORTING.trcSort options: prsela exeela fchela********************************************************************************count = number of times OCI procedure was executedcpu = cpu time in seconds executingelapsed = elapsed time in seconds executingdisk = number of physical reads of buffers from diskquery = number of buffers gotten for consistent readcurrent = number of buffers gotten in current mode (usually for update)rows = number of rows processed by the fetch or execute call********************************************************************************

    SQL ID: fcxzxpu0kdv9k Plan Hash: 0

    Insert into PF_SESSION (USERID, BROWSERTYPE, SESSIONKEY, BROWSERLANGUAGE,BROWSERCOLOR, CSRFID, USERLANGUAGEID, CREATIONSECONDS, IPADDRESS,CREATIONDATETIME)

    VALUES(:1,:2,:3,:4,:5,:6,:7,:8,:9,:10)

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0Execute 1 0.00 0.01 0 1 14 1Fetch 0 0.00 0.00 0 0 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 2 0.00 0.01 0 1 14 1

    Misses in library cache during parse: 1Misses in library cache during execute: 1Optimizer mode: ALL_ROWS

    Parsing user id: 73Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=2 pr=0 pw=0 time=1196 us)

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------

    log file sync 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00********************************************************************************

    SQL ID: 594ux2620fn1p Plan Hash: 2156645152

    select *from(select MAIN.*, SUM(rowbytes) OVER () as TOTALBYTES FROM (select SITEID,

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    2/10

    SITEMNEMONIC, SITENAME, (LENGTH(SITEMNEMONIC) + LENGTH(SITENAME)) asrowbytes from DCV_SITE where SITEID in (select SITEID from RT_USER_SITESwhere USERID=:1) ORDER BY SITEMNEMONIC) MAIN)

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0Execute 1 0.00 0.00 0 0 0 0Fetch 30 0.00 0.00 0 43 0 810------- ------ -------- ---------- ---------- ---------- ---------- ----------total 32 0.00 0.00 0 43 0 810

    Misses in library cache during parse: 1Optimizer mode: ALL_ROWSParsing user id: 73Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 810 810 810 VIEW (cr=43 pr=0 pw=0 time=5792 us cost=14 size=575 card=1) 810 810 810 WINDOW BUFFER (cr=43 pr=0 pw=0 time=5521 us c

    ost=14 size=562 card=1) 810 810 810 VIEW (cr=43 pr=0 pw=0 time=4733 us cost=14size=562 card=1) 810 810 810 FILTER (cr=43 pr=0 pw=0 time=4151 us) 810 810 810 SORT GROUP BY (cr=43 pr=0 pw=0 time=4034 us cost=14 size=93 card=1) 810 810 810 NESTED LOOPS (cr=43 pr=0 pw=0 time=4049us cost=12 size=279 card=3) 810 810 810 NESTED LOOPS (cr=28 pr=0 pw=0 time=3237us cost=9 size=228 card=3) 810 810 810 INDEX RANGE SCAN RT_USER_SITES_PK (cr=4pr=0 pw=0 time=69 us cost=3 size=75 card=3)(object id 41871) 810 810 810 TABLE ACCESS BY INDEX ROWID PF_SITE (cr

    =24 pr=0 pw=0 time=1862 us cost=2 size=51 card=1) 810 810 810 INDEX RANGE SCAN XPKPF_SITE (cr=15 pr=0 pw=0 time=766 us cost=1 size=0 card=1)(object id 38901) 810 810 810 INDEX RANGE SCAN XPKPF_SITE (cr=15 pr=0pw=0 time=647 us cost=1 size=17 card=1)(object id 38901)

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 30 0.00 0.00 SQL*Net message from client 30 0.01 0.04********************************************************************************

    SQL ID: 76pd3g4hf64dw Plan Hash: 3866166042

    select *fromPF_EXECUTIONPLANQUEUE where EPInstanceID = (SELECT MIN(EPInstanceID) FROMPF_ExecutionPlanQueue WHERE StartTime IS NULL AND FinishTime IS NULL ANDHandleLocally=1)

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    3/10

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    4/10

    1 1 1 INDEX UNIQUE SCAN XPKPF_SESSION (cr=1 pr=0 pw=0 time=4 us cost=0 size=0 card=1)(object id 39055)

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 1 0.00 0.00 SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00********************************************************************************

    SQL ID: 9uhzrmackjzaj Plan Hash: 1580030003

    UPDATE PF_SESSION SET CreationDateTime = :1WHERESESSIONKEY = :2

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 6 0.00 0.00 0 0 0 0Execute 6 0.00 0.00 0 6 18 6Fetch 0 0.00 0.00 0 0 0 0

    ------- ------ -------- ---------- ---------- ---------- ---------- ----------total 12 0.00 0.00 0 6 18 6

    Misses in library cache during parse: 1Misses in library cache during execute: 1Optimizer mode: ALL_ROWSParsing user id: 73Number of plan statistics captured: 3

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PF_SESSION (cr=1 pr=0 pw=0 time=75 us)

    1 1 1 INDEX UNIQUE SCAN XPKPF_SESSION (cr=1 pr=0 pw=0 time=6 us cost=0 size=34 card=1)(object id 39055)

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ log file sync 6 0.00 0.00 SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00********************************************************************************

    SQL ID: 78rsn55xk6prc Plan Hash: 0

    SELECT USERID, BROWSERTYPE, SESSIONKEY, BROWSERLANGUAGE, BROWSERCOLOR, CSRFID, USERLANGUAGEID, CREATIONSECONDS, IPADDRESS, CREATIONDATETIMEFROMPF_SESSION

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    5/10

    Execute 0 0.00 0.00 0 0 0 0Fetch 0 0.00 0.00 0 0 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 1 0.00 0.00 0 0 0 0

    Misses in library cache during parse: 1Optimizer mode: ALL_ROWSParsing user id: 73

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 1 0.00 0.00 SQL*Net message from client 1 0.00 0.00********************************************************************************

    SQL ID: fnhszfq93gm5u Plan Hash: 413390726

    UPDATE PF_SESSION_HISTORY SET ENDDATETIME = CURRENT_TIMESTAMPWHEREUSERID = :B4 AND IPADDRESS = :B3 AND CREATIONDATETIME = :B2 ANDCREATIONSECONDS = :B1

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0Execute 1 0.00 0.00 0 3 0 0Fetch 0 0.00 0.00 0 0 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 2 0.00 0.00 0 3 0 0

    Misses in library cache during parse: 1Misses in library cache during execute: 1Optimizer mode: ALL_ROWSParsing user id: 73 (recursive depth: 1)Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 0 0 0 UPDATE PF_SESSION_HISTORY (cr=3 pr=0 pw=0 time=12 us) 0 0 0 INDEX UNIQUE SCAN XPKPF_SESSION_HIST (cr=3 pr=0 pw=0 time=12 us cost=2 size=36 card=1)(object id 38902)

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

    SQL ID: cvq2bjzpq0fyt Plan Hash: 0

    BEGIN EXECUTE IMMEDIATE 'alter session set timed_statistics=TRUE';EXECUTE IMMEDIATE 'alter session set max_dump_file_size=UNLIMITED';

    EXECUTE immediate 'alter session set tracefile_identifier =

    ''INFORM_REPORTING''' ; EXECUTE IMMEDIATE 'alter session set events''10046 trace name context forever, level 12''';

    END Logon_Olx_Trigger;

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    6/10

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 0 0.00 0.00 0 0 0 0Execute 1 0.00 0.00 0 0 0 1Fetch 0 0.00 0.00 0 0 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 1 0.00 0.00 0 0 0 1

    Misses in library cache during parse: 0Optimizer mode: CHOOSEParsing user id: SYS (recursive depth: 1)********************************************************************************

    SQL ID: 9muawy0nbt7kg Plan Hash: 1922256481

    select *fromDCV_RECALC_FORMS

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------

    Parse 6 0.00 0.00 0 0 0 0Execute 6 0.00 0.00 0 0 0 0Fetch 6 0.00 0.00 0 36 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 18 0.00 0.00 0 36 0 0

    Misses in library cache during parse: 0Optimizer mode: ALL_ROWSParsing user id: 73Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- ----------------------------------------------

    ----- 0 0 0 SORT ORDER BY (cr=6 pr=0 pw=0 time=130 us cost=5 size=50 card=1) 0 0 0 NESTED LOOPS (cr=6 pr=0 pw=0 time=109 us cost=4 size=50 card=1) 0 0 0 NESTED LOOPS (cr=6 pr=0 pw=0 time=107 us cost=4 size=50 card=1) 1 1 1 INLIST ITERATOR (cr=3 pr=0 pw=0 time=64 us) 1 1 1 TABLE ACCESS BY INDEX ROWID PF_SUBJECTVECHAPTERPAGE (cr=3 pr=0 pw=0 time=59 us cost=2 size=24 card=1) 1 1 1 INDEX RANGE SCAN XIE1PF_SUBJECTVECHAPTERPAGE (cr=2 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 39195)

    0 0 0 INDEX UNIQUE SCAN XPKPF_SUBJECTVECHAPTER_CUR (cr=3 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 40694) 0 0 0 TABLE ACCESS BY INDEX ROWID PF_SUBJECTVECHAPTER_CUR (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1)

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    7/10

    SQL*Net message from client 6 0.00 0.00********************************************************************************

    SQL ID: b08hgzsq0zaf5 Plan Hash: 0

    SELECT CreationDateTimeFROMPF_SESSION

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 6 0.00 0.00 0 0 0 0Execute 0 0.00 0.00 0 0 0 0Fetch 0 0.00 0.00 0 0 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 6 0.00 0.00 0 0 0 0

    Misses in library cache during parse: 1Optimizer mode: ALL_ROWSParsing user id: 73

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited

    ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 6 0.00 0.00 SQL*Net message from client 6 0.00 0.00********************************************************************************

    SQL ID: 0n7sxr3hgcsd0 Plan Hash: 0

    INSERT INTO PF_SESSION_HISTORY (USERID, IPADDRESS, CREATIONDATETIME,CREATIONSECONDS )

    VALUES(:B1 , :B2 , :B3 , :B4 )

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0Execute 1 0.00 0.00 0 1 6 1Fetch 0 0.00 0.00 0 0 0 0------- ------ -------- ---------- ---------- ---------- ---------- ----------total 2 0.00 0.00 0 1 6 1

    Misses in library cache during parse: 1Misses in library cache during execute: 1Optimizer mode: ALL_ROWSParsing user id: 73 (recursive depth: 1)Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 0 0 0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=115 us)

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

    SQL ID: 1mc9kn56ugjzq Plan Hash: 415205717

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    8/10

    SELECT VALUEFROMSYS.NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_CHARACTERSET'

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0Execute 1 0.00 0.00 0 0 0 0Fetch 2 0.00 0.00 0 3 0 1------- ------ -------- ---------- ---------- ---------- ---------- ----------total 4 0.00 0.00 0 3 0 1

    Misses in library cache during parse: 0Optimizer mode: ALL_ROWSParsing user id: 73Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS FULL PROPS$ (cr=3 pr=0 pw=0 time=58 us cost=2 size=28 card=1)

    Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 2 0.00 0.00 SQL*Net message from client 2 0.00 0.00********************************************************************************

    SQL ID: grwydz59pu6mc Plan Hash: 3684871272

    select textfrom

    view$ where rowid=:1

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 1 0.00 0.00 0 0 0 0Execute 1 0.00 0.00 0 0 0 0Fetch 1 0.00 0.00 0 2 0 1------- ------ -------- ---------- ---------- ---------- ---------- ----------total 3 0.00 0.00 0 2 0 1

    Misses in library cache during parse: 0Optimizer mode: CHOOSE

    Parsing user id: SYS (recursive depth: 1)Number of plan statistics captured: 1

    Rows (1st) Rows (avg) Rows (max) Row Source Operation---------- ---------- ---------- --------------------------------------------------- 1 1 1 TABLE ACCESS BY USER ROWID VIEW$ (cr=1 pr=0 pw=0 time=19 us cost=1 size=15 card=1)

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

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    9/10

  • 8/10/2019 Trial8 Ora 1489 Inform Reporting.trc

    10/10

    call count cpu elapsed disk query current rows------- ------ -------- ---------- ---------- ---------- ---------- ----------Parse 3 0.00 0.00 0 0 0 0Execute 4 0.00 0.00 0 4 6 2Fetch 1 0.00 0.00 0 2 0 1------- ------ -------- ---------- ---------- ---------- ---------- ----------total 8 0.00 0.00 0 6 6 3

    Misses in library cache during parse: 2Misses in library cache during execute: 2

    16 user SQL statements in session. 2 internal SQL statements in session. 18 SQL statements in session.********************************************************************************Trace file: trial8_ora_1489_INFORM_REPORTING.trcTrace file compatibility: 11.1.0.7Sort options: prsela exeela fchela

    1 session in tracefile. 16 user SQL statements in trace file. 2 internal SQL statements in trace file. 18 SQL statements in trace file. 14 unique SQL statements in trace file.

    1228 lines in trace file. 330 elapsed seconds in trace file.