How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?

Answer Posted / kapil

By using index (not always)
by using bulk fetch
by using exists and not exists in place of in and not in
clause.
by avoiding implicit conversion by oracle
ex: if in employee table emp_no is varchar then
if we query the data from employee table by
where cluase like employee_number = 123 then oracle will
have to implictly convert the number 123 to
varhcar '123'and will require time

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many postgresql users are there, worldwide?

779


How do you rank data in sql?

680


How to handle bulk data?

1050


What are the types of variable use in pl sql?

742


What is crud sql?

710






What is sql server and ase?

711


Is oracle sql free?

732


what is primary key? : Sql dba

710


How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?

868


What are the different types of database management systems?

721


How do you rename a table in sql?

735


How is use pl and sql?

736


How do I count duplicates in sql?

756


Which function is used to return remainder in a division operator in sql?

786


How can triggers be used for the table auditing?

753