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
what is a database transaction? : Sql dba
What are the different set operators available in sql?
what is offset-fetch filter in tsql? : Transact sql
how do you know the version of your mysql server? : Sql dba
What is use of trigger?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What is coalesce sql?
How many commands are there in sql?
Is primary key a clustered index?
In pl/sql, what is bulk binding, and when/how would it help performance?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What are % type and % rowtype?
What is sql character function?
What is java sql driver?
What are local and global Indexes and where they are useful.