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
What is a data definition language?
What is record in pl sql?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is the difference between in and between in sql?
Is pl sql a scripting language?
what is myisam? : Sql dba
what is a table in a database ? : Sql dba
What is the difference between delete, truncate and drop command?
What is varchar sql?
What are % type and % rowtype?
What is schema in sql?
explain the delete statements in sql
how can we know the count/number of elements of an array? : Sql dba
Is record in oracle pl sql?
what are null values? : Sql dba