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

SQL Monitor

The document provides an SQL Explain Plan report for a query on the 'pay_value_defs_f' table using Oracle Database 19c. It details the execution plan, including the number of rows, bytes, and cost associated with the query. The plan indicates a full table access operation with specific predicates for filtering results.
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)
38 views1 page

SQL Monitor

The document provides an SQL Explain Plan report for a query on the 'pay_value_defs_f' table using Oracle Database 19c. It details the execution plan, including the number of rows, bytes, and cost associated with the query. The plan indicates a full table access operation with specific predicates for filtering results.
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

<SQL_EXPLAIN_PLAN>

<DATA_DS>
<![CDATA[
Datamodel SQL Explain Plan Report
================================================================
Driver Details:JDBC Driver:Oracle JDBC
driver:weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection:23.7.0
.25.01
DBName:Oracle
DBVersion:Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.28.0.1.0
SQLQuery:EXPLAIN PLAN SET STATEMENT_ID = 'dm_plan_Amit_250708_094637' FOR
select *
from pay_value_defs_f

SQL Query Timeout: 500


Number of SQL Executions: 1
PLAN_TABLE_OUTPUT
-----------------------------------------------------------------------------------
------------------
Plan hash value: 2924894149

-----------------------------------------------------------------------------------
-----------
| Id | Operation | Name | Rows | Bytes | Cost (%CPU)|
Time |
-----------------------------------------------------------------------------------
-----------
| 0 | SELECT STATEMENT | | 65742 | 23M| 984 (1)|
00:00:01 |
|* 1 | TABLE ACCESS STORAGE FULL| pay_value_defs_f | 65742 | 23M| 984 (1)|
00:00:01 |
-----------------------------------------------------------------------------------
-----------

Predicate Information (identified by operation id):


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

1 - storage(("ENTERPRISE_ID"=0 OR
"ENTERPRISE_ID"=DECODE(SYS_CONTEXT('FND_VPD_CTX',

'FND_ENTERPRISE_ID'),NULL,"ENTERPRISE_ID",TO_NUMBER(SYS_CONTEXT('FND_VPD_CTX','FND_
ENT
ERPRISE_ID')))) AND "ORA_SEED_SET2"='Y')
filter(("ENTERPRISE_ID"=0 OR
"ENTERPRISE_ID"=DECODE(SYS_CONTEXT('FND_VPD_CTX','

FND_ENTERPRISE_ID'),NULL,"ENTERPRISE_ID",TO_NUMBER(SYS_CONTEXT('FND_VPD_CTX','FND_E
NTE
RPRISE_ID')))) AND "ORA_SEED_SET2"='Y')

]]>
</DATA_DS>
</SQL_EXPLAIN_PLAN>

]]>
</DATA_PROCESSOR_LOG>
</DIAGNOSTIC_OUT>

You might also like