Oracle Tuning

36 views
Skip to first unread message

kal...@gmail.com

unread,
Aug 26, 2008, 5:54:59 AM8/26/08
to Lab128 - Tools for advanced Oracle tuning
Hi,

I am running one query which is taking so much time. I would like to
know how to
increase the performance of the query..

Thanks,
Kala

evanb...@gmail.com

unread,
Oct 9, 2008, 6:52:47 AM10/9/08
to Lab128 - Tools for advanced Oracle tuning


can u show me ur query...leave it

checks the following steps..
1.checks whether ur query going full or rows scan
2.if full tables scan(create index for the particular field)
3.analyze index <index name> validate structure;
4.checks the deleted entries from index_stats views
5.alter that problem is not solved
6.rebuild the index
and then trace ur query
7if not solve
8.fine out row chaning and migration(using utlchain.sql) if row
chaining occurs just export the table and drop the table and then
import or move table to another tablespace
i think its enough............

Reply all
Reply to author
Forward
0 new messages