What are the steps you take to tune(performance tuning) the code in plsql?

Answer Posted / sandeep

variable_first:=dbms_utility.get_time
variable_last:=dbms_utility.get_time;
dbms_output.put_line('elapsed time':var_first-var_last);

Is This Answer Correct ?    2 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is query execution plan in sql?

571


Can we join two tables without common column?

516


Why do we use procedures?

519


Why do we create views in sql?

558


Define SQL and state the differences between SQL and other conventional programming Languages?

682






What is pl sql collection?

525


Which tcp/ip port does sql server run?

535


What are different clauses used in sql?

588


Define sql delete statement.

566


What is the difference between python and sql?

524


Why cross join is used?

636


What is the most important ddl statements in sql are?

523


What is relationship? How many types of relationship are there?

592


What is sqlexception in java?

551


What is normalization in sql?

529