query performance tuning
Hi all,
Could someone please guide me through process of query performance tuning?
My sql query code:
select /*+FIRST_ROWS(1)*/ max(t.sessionid) from creator.ar_loansecurity t where t.arcdate = trunc(sysdate-210)
Explain plain is attached.
What else should I attach to get help?
0