How to improve the performance of a pl/sq stored procedures
or functions or triggers and packages ?
Answer Posted / anand reddy
1)by using index
2)by using bulk collect
3)by using exist operator
4)by using hints
5)by using nocopy option
6)by using collection types
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the security recommendations while using mysql? : Sql dba
How do I count duplicates in sql?
How do I clear the screen in sql plus?
what are the different type of normalization? : Sql dba
Why is %isopen always false for an implicit cursor?
How to prepare for oracle pl sql certification?
What are primary key and foreign key and how they work?
What is full form of rtm?
Is and as keyword in pl sql?
What is the difference between between and in condition operators?
what is row? : Sql dba
Does inner join remove duplicates?
What are the different types of database management systems?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
How to rename a table?