I have read this post and this excellent article
My question is, how to get the acutual execution plan in Oracle 11g
without sys privilege and DBA privilege. (You can treat my case as a READ-ONLY user)
I'm able to get the explain plan using SYS.PLAN_TABLE$
or CTRL+E in TOAD
But my understanding is that explain plan = estimated execution plan only?
Found on Oracle's Document
Execution plans can differ due to the following:
Different Schemas
Different Costs
Please give me any help you can offer to clear my concepts.