HOW TO TUNE ORACLE SQL QUERIES GIVE ME STEP BY SREP
Answer / s.panda
Step1: At first we need to identified the high load SQLs or
top SQLs that are responsible for performance problem or in
another word the sql that consume application workload and
system resources. We can easily identify them by reviewing
past SQL execution history available in the system.
Step 2: Now generate execution plan of those high load sql
statements and verify that the execution plans produced by
the query optimizer for these statements perform reasonably.
Step 3: Implement corrective actions to generate better
execution plans for poorly performing SQL statements. While
taking corrective actions there is many considerations.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is set serveroutput on in pl sql?
how to create a new view in mysql? : Sql dba
what is 'mysqlshow'? : Sql dba
How do you explain an index?
What is Temp Table and type of temp table?
what is rdbms? : Sql dba
what is commit? : Sql dba
What is sql trigger example?
How does sql developer connect to oracle database?
what is the difference between nested subquery and correlated subquery?
What is 19 null in sql?
What are stuff and replace function?
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)