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
How can a function retun more than one value in oracle with proper example?
What is a primary key called that is made up of more than one field?
What are sql functions? Describe the different types of sql functions?
What are the different set operators available in sql?
What are the set operators in sql?
What steps server process has to take to execute an update statement?
How do you update f as m and m as f from the below table testtable?
What is trigger types of trigger?
What does select * from mean in sql?
What is sql*plus?
how to convert character strings to dates? : Sql dba
Does sql require a server?
How many types of tables are there?
What are the differences between implicit and explicit cursors?
What is the difference between pl and sql?