0% found this document useful (0 votes)
84 views1 page

Program Exact Script Running

This SQL query selects the SQL hash value, SQL text, username, module, and command from the V$SQLTEXT and V$SESSION views and the APPS.FND_CONCURRENT_REQUESTS table where the SQL hash value matches between V$SQLTEXT and V$SESSION and the oracle session ID and request ID match criteria. It orders the results by the SQLT.piece column.

Uploaded by

Priya Nimmagadda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views1 page

Program Exact Script Running

This SQL query selects the SQL hash value, SQL text, username, module, and command from the V$SQLTEXT and V$SESSION views and the APPS.FND_CONCURRENT_REQUESTS table where the SQL hash value matches between V$SQLTEXT and V$SESSION and the oracle session ID and request ID match criteria. It orders the results by the SQLT.piece column.

Uploaded by

Priya Nimmagadda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SELECT SQLT.

hash_value
,SQLT.sql_text
,VSES.username
,VSES.module
,VSES.command
FROM v$sqltext SQLT
,v$session VSES
,APPS.fnd_concurrent_requests FCONC
WHERE SQLT.hash_value = VSES.sql_hash_value
AND FCONC.oracle_session_id = VSES.audsid
AND FCONC.request_id = 93291952
ORDER BY SQLT.piece

R12: AP/ZX: Invoice Validation Performance Issue in Zxrilnrepsrvpvtb.pls (Doc ID


2142541.1)

R12: AP: Invoice Validation Performance Issue zx_rec_nrec_dist (Doc ID 2196087.1)

You might also like