what are the tunnig tables you used for tuning a query and
tell me some of coloumns in that tuning tables?

Answer Posted / vyshak

select * from
(select sql_id,sql_fulltext,elapsedtime
from v$sql
order by elapsedtime desc)
where rownum<5;

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why trigger is used in sql?

688


What is cursor in pl sql?

761


What is procedure function?

703


What is output spooling in sql*plus?

740


what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?

2182






What is column?

718


Why is sql better than hql?

685


Why stored procedure is faster than query?

677


What are keys in sql?

721


When is the update_statistics command used?

765


What are all the different normalizations?

736


Whis is not false in primary key?

1166


how to rename an existing column in a table? : Sql dba

692


what are date and time data types? : Sql dba

698


How does pl sql work?

702