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 to fetch alternate records from a table? : Sql dba
how to see the create table statement of an existing table? : Sql dba
What is the use of stored procedures?
Which language is used in sql?
What is the usage of sql functions?
What is a sql statement?
What is difference between function and trigger?
What are basic techniques of indexing?
How many joins can you have in sql?
Does a primary key have to be a number?
Does normalization improve performance?
Why do we use function in pl sql?
Explain the significance of the & and && operators in pl sql.
Why we use join in sql?
How can you select unique records from a table?