Login  Register

explain plan

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

explain plan

Roshan
1294 posts
Oracle Database 11.1.0.7
AIX

Hi Erman,

I would like to know how I can check which part needs to be tuned/rewritten as per the explain plan attached.
explain.txt

Thanks,

Roshan
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: explain plan

ErmanArslansOracleBlog
Administrator
5731 posts
This seems okay.
Maybe the FTS that is done for retrieving data from HR_ALL_ORGANIZATION_UNITS..
And maybe the index range scan done for PER_ABSENCE_ATTENDANCES.
But this query already seems a very quick query.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: explain plan

Roshan
1294 posts
Thanks :)