What are the steps you take to tune(performance tuning) the code in plsql?
Answer Posted / dinesh kumar
Step 1: Use 3rd Normal form in Database design and create
Indexes in the table.
Step 2: Use Hints in the Query.
Step 3: Use Explain Plan and check for the cost
Step 4: Rewrite the Query to tune as per the Explain plan.
Step 5: Avoid Function based Indexes.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why do we need a foreign key?
how to include numeric values in sql statements? : Sql dba
what is unique key constraint? : Sql dba
What is oracle sql developer?
What is an implicit commit?
What is crud sql?
What is pl sql in dbms?
What is online transaction processing (oltp)?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
explain advantages of innodb over myisam. : Sql dba
What is 19 null in sql?
What schema means?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
Does truncate require commit?
What is a behavioral trigger?