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 |
How do sql databases work?
What is a data definition language?
What is a unique constraint?
how to calculate the difference between two dates? : Sql dba
What is the cause of mutating table error and how can we solve it?
What does the file extension accdb stand for?
What is the advantage of index in sql?
what are set operators in sql? : Sql dba
How do we use distinct statement? What is its use?
what are the methods using performance tunning in sql and pl/sql
What does stand for in sql?
Are dml statements autocommit?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)