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 exit statement?
what is rdbms? : Sql dba
What is a sql*loader control file?
how can we repair a mysql table? : Sql dba
How do you optimize a stored procedure in sql?
Is progress software supports to ( pl/sql )?
how to fetch common records from two tables? : Sql dba
What is cursor in pl sql?
What are the basic techniques of indexing?
What is difference between stored procedures and application procedures?
What is dcl in sql?
What is difference between inner join and self join?
how to install mysql? : Sql dba
Which data dictionary views have the information on the triggers that are available in the database?
What is the difference between the implicit and explicit cursors?