what are the tunnig tables you used for tuning a query and
tell me some of coloumns in that tuning tables?
Answer / 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 |
Can we use commit inside a trigger?
Explain character-manipulation functions?
What is pl/sql language case sensitive?
What are some emotional triggers?
Differentiate between pl/sql and sql?
What is rownum?
Is sql difficult?
How do you optimize SQL queries ?
6 Answers CarrizalSoft Technologies, Infosys, Oracle,
Explain what is dbms?
How do I write a cron which will run a sql query and mail the results to agroup?
difference between anonymous blocks and sub-programs.
Why having clause is used in sql?