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 an alias command? : Sql dba
Can we call a function containing dml statements in a select query?
explain access control lists. : Sql dba
Why functions are used in sql?
How do we accept inputs from user during runtime?
Which type of cursor is used to execute the dml statement?
Can we create a trigger on view?
What port does sql server use?
How are functions and procedures called in PL/SQL?
What are conditional predicates?
what is single byte over head in oracle..?
Explain polymorphism in pl/sql.
what are the advantages of sql ? : Sql dba
What are all the different normalization?
Can we join two tables without common column?