Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how do you tune the slow running queries in oracle db , explain the methodology



how do you tune the slow running queries in oracle db , explain the methodology..

Answer / Shyam Ji Mishra

Tuning slow running queries in an Oracle database involves optimizing SQL statements to improve performance. Here's a general methodology:nn1. Identify Slow Queries: Use performance monitoring tools like Oracle Enterprise Manager (EM), AWR reports, or SQL Tuning Advisor to identify queries that are taking longer than expected.nn2. Analyze Query Execution Plan: Examine the execution plan of the slow query to find bottlenecks, such as full table scans or suboptimal join methods.nn3. Rewrite Queries: Modify the SQL statements to remove unnecessary operations and improve efficiency, for example, by using indexes, partitioning, or JOIN rewriting techniques.nn4. Use SQL Tuning Advisor: Oracle's SQL Tuning Advisor analyzes your queries and provides recommendations for improving their performance.nn5. Monitor and Evaluate: After implementing changes, monitor the system to ensure that query performance has improved and make further adjustments as necessary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Do prepared statements prevent sql injection?

1 Answers  


What is synonyms?

1 Answers  


Why is pl sql used?

1 Answers  


which operator is used in query for pattern matching? : Sql dba

1 Answers  


How many triggers can be implemented for a table?

3 Answers   HSBC,


What is Overloading of procedures ?

2 Answers  


What is %type in pl sql?

1 Answers  


How to select unique records from a table?

1 Answers  


what is view? : Sql dba

1 Answers  


I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?

2 Answers   HSBC,


How to return an array from java to pl/sql?

1 Answers  


how to check server status with 'mysqladmin'? : Sql dba

1 Answers  


Categories