Hi,
We are on Oracle 11.2.0.3 on Linux. I am development DBA and we have team of J2EE developers. Our developers are using SQL Deverloper , the free tool by Oracle. I allways use command line: DBMS_XPLAN.DISPLAY_CURSOR. to verify query plans.
There is an option of execution plan in SQL Developer, but I dont know what it uses behind the scene - does it show estimated plan or the actual plan. I think it is best to allways see the actual plan and not the estimated one (as a best practice).
Can someone help to clarify whether sql developer shows the actual plan or the estimated one?
Thansk,
OrauserN