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
Where is sql database stored?
Why do we use partitions in sql?
Can we insert delete data in view?
What does the sign mean in sql?
How subquery works in sql?
Is merge a dml statement?
What is a temporal data type?
How do I partition a table in sql?
What is the difference between a primary key and a clustered index?
What is the cause of mutating table error and how can we solve it?
what are the different tables present in mysql? : Sql dba
What is rank dense_rank and partition in sql?
What is sql deadlock?
What is the use of nvl function?
what are the different type of sql's statements ? : Sql dba