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


Please Help Members By Posting Answers For Below Questions

what is the use of double ampersand (&&) in sql queries?

626


How to rename a column in the output of sql query?

539


What are literals in sql server?

534


Are stored procedures faster than queries?

524


Is postgresql a nosql database?

535






How many types of privileges are available in sql?

739


explain advantages of myisam over innodb? : Sql dba

601


Describe types of sql statements?

546


What is indexes?

542


Does sql between include endpoints?

554


write an sql query to find names of employee start with 'a'? : Sql dba

579


What is the difference between truncate and drop statements?

577


Is sql a oracle?

527


What is parallel hint?

750


What is pl sql block in dbms?

528