can you explain performance tunning in oracle(sql,PL/SQL)

Answer Posted / sudipta santra

First u need to take explain plan of the proposed query then
you can identify for which join condition is costlier. By
watching this then you can modify the condition logic of the
query.

There are so many logic for make a query tune.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write numeric literals in oracle?

614


How does the on-delete-cascade statement work?

608


When do you get a .pll extension in oracle?

679


How many data types are supported?

620


How to convert numbers to characters in oracle?

589






What is open database communication (odbc) in oracle?

548


What are the differences between lov and list item?

559


Why do we use coalesce function in oracle?

631


What are the different types of database objects?

526


How can I create database in oracle?

570


What is the maximum number of triggers that can be applied to a single table?

558


How to drop a stored function?

676


How do I escape a reserved word in oracle?

630


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

1584


Can a formula column be obtained through a select statement ?

1845