0% found this document useful (0 votes)
15 views

SQL Monitor

Uploaded by

nnghian21
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)
15 views

SQL Monitor

Uploaded by

nnghian21
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

<SQL_EXPLAIN_PLAN>

<DATA_DS>
<![CDATA[
Datamodel SQL Explain Plan Report
================================================================
Driver Details:JDBC Driver:Oracle JDBC
driver:oracle.jdbc.driver.T4CConnection:19.3.0.0.0
DBName:Oracle
DBVersion:Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
SQLQuery:EXPLAIN PLAN SET STATEMENT_ID = 'dm_plan_Employee_241121_054453' FOR
select "EMPLOYEES"."EMPLOYEE_ID" as "EMPLOYEE_ID",
"EMPLOYEES"."FIRST_NAME" as "FIRST_NAME",
"EMPLOYEES"."LAST_NAME" as "LAST_NAME",
"EMPLOYEES"."EMAIL" as "EMAIL",
"EMPLOYEES"."JOB_TITLE" as "JOB_TITLE"

from "INDA1"."EMPLOYEES" "EMPLOYEES"

where "EMPLOYEES"."EMPLOYEE_ID" = :PDEPTID


SQL Query Timeout: 500
Number of SQL Executions: 1
PLAN_TABLE_OUTPUT
-----------------------------------------------------------------------------------
------------------
Plan hash value: 692054325

-----------------------------------------------------------------------------------
---------
| Id | Operation | Name | Rows | Bytes | Cost (%CPU)|
Time |
-----------------------------------------------------------------------------------
---------
| 0 | SELECT STATEMENT | | 1 | 62 | 1 (0)|
00:00:01 |
| 1 | TABLE ACCESS BY INDEX ROWID| EMPLOYEES | 1 | 62 | 1 (0)|
00:00:01 |
|* 2 | INDEX UNIQUE SCAN | SYS_C0014184 | 1 | | 0 (0)|
00:00:01 |
-----------------------------------------------------------------------------------
---------

Predicate Information (identified by operation id):


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

2 - access("EMPLOYEES"."EMPLOYEE_ID"=TO_NUMBER(:PDEPTID))

]]>
</DATA_DS>
</SQL_EXPLAIN_PLAN>

]]>
</DATA_PROCESSOR_LOG>
</DIAGNOSTIC_OUT>

You might also like