Trace

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 22

TKPROF: Release 12.1.0.2.

0 - Development on Tue Dec 29 19:11:11 2020

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

Trace file: TEST_ora_28907_7357_1229_185101.trc


Sort options: default

********************************************************************************
count = number of times OCI procedure was executed
cpu = cpu time in seconds executing
elapsed = elapsed time in seconds executing
disk = number of physical reads of buffers from disk
query = number of buffers gotten for consistent read
current = number of buffers gotten in current mode (usually for update)
rows = number of rows processed by the fetch or execute call
********************************************************************************

SQL ID: 15qkgfm4v75pz Plan Hash: 0

BEGIN fnd_trace.start_trace(:1); END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 8 0.04 0.23 24 63 0 8
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 8 0.04 0.23 24 63 0 8

Misses in library cache during parse: 0


Misses in library cache during execute: 8
Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 5 0.00 0.00
SQL*Net message from client 5 0.00 0.00
********************************************************************************

SQL ID: f6umh3yxzm99n Plan Hash: 0

BEGIN fnd_trace.stop_trace(:1); END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 1 0.00 0.00 0 0 0 0
Execute 8 0.00 0.00 0 0 0 8
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 9 0.00 0.00 0 0 0 8

Misses in library cache during parse: 1


Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 81
********************************************************************************

SQL ID: dnzjmxkbmk4uy Plan Hash: 2517809292

select distinct spid


from
v$process p,v$session s where p.addr = s.paddr and s.audsid =
userenv('sessionid')

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 13 0.00 0.00 0 0 0 0
Execute 13 0.00 0.00 0 0 0 0
Fetch 13 0.03 0.04 0 0 0 13
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 39 0.04 0.04 0 0 0 13

Misses in library cache during parse: 1


Optimizer mode: ALL_ROWS
Parsing user id: 81
Number of plan statistics captured: 2

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


---------- ---------- ----------
---------------------------------------------------
1 1 1 HASH UNIQUE (cr=0 pr=0 pw=0 time=2370 us cost=2
size=48 card=1)
1 1 1 NESTED LOOPS (cr=0 pr=0 pw=0 time=2240 us
cost=1 size=48 card=1)
1 1 1 HASH JOIN (cr=0 pr=0 pw=0 time=2234 us cost=1
size=44 card=1)
1 1 1 NESTED LOOPS (cr=0 pr=0 pw=0 time=852 us
cost=0 size=27 card=1)
222 222 223 FIXED TABLE FULL X$KSLWT (cr=0 pr=0 pw=0
time=226 us cost=0 size=1560 card=195)
1 1 1 FIXED TABLE FIXED INDEX X$KSUSE (ind:1) (cr=0
pr=0 pw=0 time=366 us cost=0 size=19 card=1)
234 234 234 FIXED TABLE FULL X$KSUPR (cr=0 pr=0 pw=0
time=122 us cost=1 size=3519 card=207)
1 1 1 FIXED TABLE FIXED INDEX X$KSLED (ind:2) (cr=0
pr=0 pw=0 time=2 us cost=0 size=4 card=1)

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 7 0.00 0.00
SQL*Net message from client 7 0.06 0.15
********************************************************************************

SQL ID: fkdzz2g0ws8r3 Plan Hash: 3678372184

select description
from
FND_PROFILE_OPTIONS_VL where profile_option_name=
'FND_CORPORATE_BRANDING_IMAGE'
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 7 0.00 0.00 0 0 0 0
Fetch 7 0.00 0.00 0 35 0 7
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 14 0.00 0.00 0 35 0 7

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 4 0.00 0.00
SQL*Net message from client 4 0.00 0.01
********************************************************************************

SQL ID: btamp5s88hqqb Plan Hash: 584970956

SELECT PATH_DOCID, PATH_TYPE


FROM
JDR_PATHS WHERE PATH_NAME = :B1 AND PATH_OWNER_DOCID = :B2

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 37 0.00 0.00 0 0 0 0
Fetch 37 0.00 0.00 3 129 0 18
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 74 0.00 0.01 3 129 0 18

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
db file sequential read 3 0.00 0.00
********************************************************************************

SQL ID: cyxbnpx56hm9h Plan Hash: 0

BEGIN :1:=jdr_mds_internal.getDocumentID(:2,:3); END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 7 0.00 0.00 0 0 0 7
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 7 0.00 0.00 0 0 0 7

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 4 0.00 0.00
SQL*Net message from client 4 0.00 0.01
********************************************************************************

SQL ID: 6ftv6fk15fcjp Plan Hash: 4121501816

SELECT VALUE
FROM
ICX_SESSION_ATTRIBUTES WHERE SESSION_ID = :B2 AND NAME = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 19 0.00 0.00 0 0 0 0
Fetch 19 0.00 0.00 0 57 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 38 0.00 0.00 0 57 0 0

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 14knmm0z37a0q Plan Hash: 0

declare val varchar2(256);begin :1 :=


fnd_session_management.GETSESSIONATTRIBUTEVALUE(:2,:3);end;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 19 0.00 0.00 0 0 0 19
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 19 0.00 0.00 0 0 0 19

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 11 0.00 0.00
SQL*Net message from client 11 0.00 0.03
********************************************************************************

SQL ID: 9knava656vbr0 Plan Hash: 0

BEGIN :1 := MO_GLOBAL.GET_CURRENT_ORG_ID(); END;


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

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 3 0.00 0.00
SQL*Net message from client 3 0.00 0.00
********************************************************************************

SQL ID: 2ht9ry9by8ydz Plan Hash: 3955182017

select rowid as "__Oracle_JDBC_interal_ROWID__", lookup_code, meaning


from
fnd_lookup_values where lookup_type ='FND_SLIDEMENU_LKP' and LANGUAGE=:1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 7 0.00 0.00 0 0 0 0
Fetch 14 0.00 0.00 0 112 0 91
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 21 0.00 0.00 0 112 0 91

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 8 0.00 0.00
SQL*Net message from client 8 0.00 0.02
********************************************************************************

SQL ID: 9afw9a42jbumf Plan Hash: 1750127105

DELETE ICX_SESSION_ATTRIBUTES
WHERE
SESSION_ID = :B2 AND NAME = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 21 0.00 0.00 1 63 129 21
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 21 0.00 0.00 1 63 129 21

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: dxmpc755h7qj4 Plan Hash: 0

INSERT INTO ICX_SESSION_ATTRIBUTES (SESSION_ID,NAME,VALUE)


VALUES
(:B3 ,:B2 ,:B1 )

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 21 0.00 0.00 1 0 87 21
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 21 0.00 0.00 1 0 87 21

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
db file sequential read 1 0.00 0.00
********************************************************************************

SQL ID: 8ggw94h7mvxd7 Plan Hash: 0

COMMIT

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 14 0.00 0.00 0 0 0 0
Execute 29 0.00 0.00 0 0 29 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 43 0.00 0.00 0 0 29 0

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: f1v2hmt6qbkyc Plan Hash: 0

begin fnd_session_management.PUTSESSIONATTRIBUTEVALUE(:1,:2,:3);end;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 21 0.00 0.01 0 0 0 21
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 21 0.00 0.01 0 0 0 21

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 12 0.00 0.00
log file sync 12 0.01 0.05
SQL*Net message from client 12 0.02 0.10
********************************************************************************

SQL ID: c9h14xw3t88q4 Plan Hash: 0

alter session set events 'sql_trace off'

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 8 0.00 0.00 0 0 0 0
Execute 8 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 16 0.00 0.00 0 0 0 0

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 7c39pdk7jczrt Plan Hash: 0

BEGIN :1:=FND_GLOBAL.USER_NAME; END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 5 0.00 0.00 0 0 0 5
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 5 0.00 0.00 0 0 0 5

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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: 19vv7gspt5wsr Plan Hash: 3295812756

SELECT USER_ID, RESPONSIBILITY_ID, RESPONSIBILITY_APPLICATION_ID, ORG_ID,


FUNCTION_ID,DATE_FORMAT_MASK, LANGUAGE_CODE, NLS_LANGUAGE,
NLS_DATE_LANGUAGE, NLS_NUMERIC_CHARACTERS, NLS_SORT, NLS_TERRITORY,
SECURITY_GROUP_ID, LOGIN_ID
FROM
ICX_SESSIONS WHERE XSID=:1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 6 0.00 0.00 0 0 0 0
Fetch 6 0.00 0.00 0 24 0 6
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 12 0.00 0.00 0 24 0 6

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 3 0.00 0.00
SQL*Net message from client 3 0.21 0.21
********************************************************************************

SQL ID: 4d6uaffumxzmr Plan Hash: 3295812756

SELECT SESSION_ID
FROM
ICX_SESSIONS WHERE XSID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 6 0.00 0.00 0 0 0 0
Fetch 6 0.00 0.00 0 24 0 6
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 12 0.00 0.00 0 24 0 6

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 5s0rkd89h0uzh Plan Hash: 1331782495

SELECT LIMIT_CONNECTS, LIMIT_TIME, FIRST_CONNECT, COUNTER, NVL(DISABLED_FLAG,


'N'), LAST_CONNECT, USER_ID, NVL(:B3 ,RESPONSIBILITY_ID), NVL(:B2 ,
RESPONSIBILITY_APPLICATION_ID), TIME_OUT, GUEST, DISTRIBUTED, LOGIN_ID
FROM
ICX_SESSIONS WHERE SESSION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 4 0.00 0.00 0 0 0 0
Fetch 4 0.00 0.00 0 16 0 4
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 8 0.00 0.00 0 16 0 4

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 5d7957yktf3nn Plan Hash: 4160479998

UPDATE ICX_SESSIONS SET TIME_OUT = :B2


WHERE
SESSION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 4 0.00 0.00 0 12 12 4
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 4 0.00 0.00 0 12 12 4

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 1cwpsxndgq30d Plan Hash: 1331782495

SELECT SESSION_ID, MODE_CODE, NLS_LANGUAGE, LANGUAGE_CODE, DATE_FORMAT_MASK,


NLS_NUMERIC_CHARACTERS, NLS_DATE_LANGUAGE, NLS_SORT, NLS_TERRITORY, USER_ID,
NVL(:B5 ,RESPONSIBILITY_APPLICATION_ID), NVL(:B4 ,SECURITY_GROUP_ID),
NVL(:B3 ,RESPONSIBILITY_ID), NVL(:B2 ,FUNCTION_ID), FUNCTION_TYPE, MENU_ID,
PAGE_ID, MODE_CODE, LOGIN_ID, NODE_ID, MAC_KEY, ENC_KEY, NVL(PROXY_USER_ID,
-1)
FROM
ICX_SESSIONS WHERE SESSION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 12 0 3
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 12 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 404g2bvgmf03m Plan Hash: 0

alter session set NLS_LANGUAGE = "AMERICAN"


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

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 8gxrsat9m0dc2 Plan Hash: 0

alter session set NLS_TERRITORY = "AMERICA"

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 9 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 0

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 36aw8q1h0ak7y Plan Hash: 0

alter session set NLS_DATE_FORMAT = "DD-MON-RRRR"

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 9 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 0

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: f2f0ypsk4x8n1 Plan Hash: 0

alter session set NLS_NUMERIC_CHARACTERS = ".,"

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 9 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 0
Misses in library cache during parse: 0
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: g1bvmkr52kdxp Plan Hash: 0

alter session set NLS_SORT = "BINARY"

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 9 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 0

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: at2h5x34yj2c4 Plan Hash: 1388734953

SELECT NLS_CHARSET_ID(:B1 )
FROM
SYS.DUAL

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 9 0.00 0.00 0 0 0 9
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 9

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 595qpkr7b4a4t Plan Hash: 1388734953

SELECT NLS_CHARSET_NAME(:B1 )
FROM
SYS.DUAL

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 9 0.00 0.00 0 0 0 9
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 9

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 98j69vs3ymzjv Plan Hash: 3029498320

SELECT DECODE(:B2 , 'UTF8', FL.UTF8_DATE_LANGUAGE, 'AL32UTF8',


FL.UTF8_DATE_LANGUAGE, FL.LOCAL_DATE_LANGUAGE ) DATA_RTN
FROM
FND_LANGUAGES FL WHERE FL.NLS_LANGUAGE = :B1 AND FL.INSTALLED_FLAG <>'D'

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 9 0.00 0.00 0 18 0 9
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 18 0 9

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 2fgjgudmx0yac Plan Hash: 0

alter session set NLS_DATE_LANGUAGE = "AMERICAN"

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 9 0.00 0.00 0 0 0 0
Execute 9 0.00 0.00 0 0 0 0
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 18 0.00 0.00 0 0 0 0

Misses in library cache during parse: 0


Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 32adfj23k25z0 Plan Hash: 3664948602

SELECT FU.USER_NAME
FROM
FND_USER FU WHERE FU.USER_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 9 0 3
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 9 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************
SQL ID: 57vytb4gxnzjs Plan Hash: 4160479998

UPDATE ICX_SESSIONS SET LAST_CONNECT = SYSDATE, COUNTER = COUNTER + 1


WHERE
SESSION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 9 9 3
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.00 0.00 0 9 9 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 2r14z9chpajyr Plan Hash: 2066941791

SELECT MAINTENANCE_MODE_SUPPORT, CONTEXT_DEPENDENCE


FROM
FND_FORM_FUNCTIONS WHERE FUNCTION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 9 0 3
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 9 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: furxqgw3dn3nk Plan Hash: 2066941791

SELECT F.FUNCTION_NAME, F.MAINTENANCE_MODE_SUPPORT, F.CONTEXT_DEPENDENCE


FROM
FND_FORM_FUNCTIONS F WHERE F.FUNCTION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 9 0 3
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 9 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 0bzq0w54b4ysx Plan Hash: 2233936471

SELECT 1
FROM
FND_RESP_FUNCTIONS WHERE RESPONSIBILITY_ID = :B2 AND APPLICATION_ID = :B1
AND ROWNUM = 1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 6 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 6 0 0

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: a47a2qkm7p8qy Plan Hash: 944261869

SELECT 1
FROM
FND_COMPILED_MENU_FUNCTIONS WHERE MENU_ID = :B1 AND ROWNUM = 1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 9 0 3
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 9 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 2y5thdvczwb69 Plan Hash: 944261869

SELECT 1
FROM
FND_COMPILED_MENU_FUNCTIONS WHERE MENU_ID = :B2 AND GRANT_FLAG = :B1 AND
ROWNUM = 1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 9 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 9 0 0
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: guv7uuwpgc08a Plan Hash: 4261966114

SELECT 1
FROM
FND_COMPILED_MENU_FUNCTIONS WHERE MENU_ID = :B2 AND FUNCTION_ID = :B1 AND
GRANT_FLAG = 'Y'

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 9 0 3
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 6 0.00 0.00 0 9 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 67mmmbx5hb3p0 Plan Hash: 0

BEGIN :1 := FND_AOLJ_UTIL.is_Valid_ICX(:2,NULL,'Y',TRUE,TRUE,NULL,NULL,NULL,
NULL,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,:16,:17,:18,true);:19 :=
fnd_session_management.g_enc_key;:20 :=
fnd_session_management.g_mac_key;:21 :=
fnd_session_management.g_proxy_user_id; :22 :=
fnd_session_management.g_mode_code; END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.01 0.01 0 0 0 3
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.01 0.01 0 0 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81
********************************************************************************

SQL ID: 7ujfmgb1j83a3 Plan Hash: 0

BEGIN FND_AOLJ_UTIL.SET_NLS_CONTEXT( :1,:2,:3,:4,:5,:6,:7,:8,:9,:10,


:11,:12,:13);END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 3
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.00 0.00 0 0 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81
********************************************************************************

SQL ID: 39spdfa2qf6s2 Plan Hash: 0

begin fnd_date.initialize_with_calendar(:2, null, :3); end;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 3
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.00 0.00 0 0 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 4t45uk3mtkk3x Plan Hash: 0

declare dateFormat varchar2(240) := :1; plsql_block varchar2(240) := 'begin


fnd_date.initialize_with_calendar(:2, null, :3); end;';begin if
fnd_release.major_version >= 12 and fnd_release.minor_version > 0 then
execute immediate plsql_block using dateFormat,
nvl(fnd_profile.value('FND_FORMS_USER_CALENDAR'),'GREGORIAN'); else
fnd_date.initialize(dateFormat); end if;end;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 3
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.00 0.00 0 0 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81
********************************************************************************

SQL ID: 3amqfut30qxrr Plan Hash: 0

BEGIN FND_GLOBAL.tag_db_session( :1,:2); END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 1
Fetch 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: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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: amjk7qdaq37s0 Plan Hash: 1011913700

SELECT R.RESPONSIBILITY_KEY
FROM
FND_RESPONSIBILITY_VL R WHERE R.RESPONSIBILITY_ID = :B2 AND R.APPLICATION_ID
= :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.00 0 5 0 1
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 5 0 1

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 7h35uxf5uhmm1 Plan Hash: 1388734953

select sysdate
from
dual

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 2 0.00 0.00 0 0 0 0
Fetch 3 0.00 0.00 0 0 0 2
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 5 0.00 0.00 0 0 0 2

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 3 0.00 0.00
SQL*Net message from client 3 0.00 0.00
********************************************************************************

SQL ID: 6pnfpp1v4qyxs Plan Hash: 3955182017

SELECT LOOKUP_CODE, MEANING, DESCRIPTION


FROM
FND_LOOKUPS WHERE LOOKUP_TYPE
= :1 AND ENABLED_FLAG = :2 AND
(START_DATE_ACTIVE IS NULL OR sysdate > START_DATE_ACTIVE) AND
(END_DATE_ACTIVE IS NULL OR sysdate < END_DATE_ACTIVE)

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.00 0 8 0 1
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 8 0 1

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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: 3mcc4tjajvz0h Plan Hash: 0

begin :1 := fnd_session_management.GETID(:2,:3);end;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 1
Fetch 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: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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: cz4ygfucxrun8 Plan Hash: 928843605

SELECT PATH_DOCID
FROM
jdr_paths paths, jdr_attributes WHERE rownum=1 AND path_name=:1 AND
path_docid=att_comp_docid AND att_comp_seq=0 AND att_name='customizes' AND
att_value=:2 AND EXISTS (SELECT 'x' FROM jdr_paths p WHERE p.path_name =
'customizations' AND PRIOR p.path_name NOT IN ( 'user' , 'portlet' )AND
p.path_docid <> paths.path_docid START WITH p.path_docid = paths.path_docid
CONNECT BY PRIOR p.path_owner_docid = p.path_docid)

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 2 0.00 0.00 0 0 0 0
Fetch 2 0.00 0.00 0 6 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 4 0.00 0.00 0 6 0 0

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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: 70d0dvg960qg3 Plan Hash: 928843605

SELECT PATH_DOCID
FROM
JDR_PATHS paths, JDR_ATTRIBUTES WHERE ROWNUM=1 AND PATH_NAME=:1 AND
PATH_DOCID=ATT_COMP_DOCID AND ATT_COMP_SEQ=0 AND ATT_NAME=
'customizes' AND ATT_VALUE= :2 AND EXISTS (SELECT PATH_NAME
FROM JDR_PATHS p WHERE p.PATH_NAME='customizations'
AND PRIOR p.PATH_NAME=:3 START WITH p.PATH_DOCID=
paths.PATH_DOCID CONNECT BY PRIOR p.PATH_OWNER_DOCID=
p.PATH_DOCID)

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 4 0.00 0.00 0 0 0 0
Fetch 4 0.00 0.00 0 12 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 8 0.00 0.00 0 12 0 0

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 4 0.00 0.00
SQL*Net message from client 4 0.00 0.00
********************************************************************************
SQL ID: fxdvrbwx6s7cc Plan Hash: 0

begin :1 := fnd_session_utilities.XSID_to_SessionID(:2);end;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 3 0.00 0.00 0 0 0 3
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.00 0.00 0 0 0 3

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 3 0.00 0.00
SQL*Net message from client 3 0.00 0.00
********************************************************************************

SQL ID: 3q4rck1008hm3 Plan Hash: 0

DECLARE l_session_id NUMBER; BEGIN l_session_id := :1; :2 :=


FND_SESSION_MANAGEMENT.CHECK_SESSION(l_session_id); select mode_code into
:3 from icx_sessions where session_id = l_session_id; END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 1
Fetch 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: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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
log file sync 1 0.00 0.00
SQL*Net message from client 1 0.00 0.00
********************************************************************************

SQL ID: 326up1aym56dd Plan Hash: 4160479998

UPDATE ICX_SESSIONS SET LAST_CONNECT = SYSDATE


WHERE
SESSION_ID = :B1
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 3 3 1
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 1 0.00 0.00 0 3 3 1

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: 7cys5sy5xbb7n Plan Hash: 1331782495

SELECT MODE_CODE
FROM
ICX_SESSIONS WHERE SESSION_ID = :B1

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.00 0 4 0 1
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 4 0 1

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81 (recursive depth: 1)
********************************************************************************

SQL ID: a29grr748ghc4 Plan Hash: 0

BEGIN jdr_custom_internal.getActiveLayers(:1, :2, :3, :4, :5); END;

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 0 0.00 0.00 0 0 0 0
Execute 2 0.00 0.00 0 0 0 2
Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 0 0 2

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 81

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

********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 14 0.00 0.00 0 0 0 0
Execute 132 0.09 0.28 24 63 0 90
Fetch 50 0.03 0.04 0 197 0 120
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 196 0.14 0.34 24 260 0 210

Misses in library cache during parse: 2


Misses in library cache during execute: 9

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 87 0.00 0.00
SQL*Net message from client 87 13.45 31.57
log file sync 13 0.01 0.06

OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS

call count cpu elapsed disk query current rows


------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 86 0.00 0.00 0 0 0 0
Execute 273 0.03 0.04 2 87 269 53
Fetch 129 0.00 0.05 11 353 0 85
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 488 0.04 0.09 13 440 269 138

Misses in library cache during parse: 3


Misses in library cache during execute: 3

Elapsed times include waiting on following events:


Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
db file sequential read 4 0.00 0.00

62 user SQL statements in session.


5 internal SQL statements in session.
67 SQL statements in session.
********************************************************************************
Trace file: TEST_ora_28907_7357_1229_185101.trc
Trace file compatibility: 11.1.0.7
Sort options: default

1 session in tracefile.
62 user SQL statements in trace file.
5 internal SQL statements in trace file.
67 SQL statements in trace file.
57 unique SQL statements in trace file.
3212 lines in trace file.
1149 elapsed seconds in trace file.

You might also like