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 is coalesce sql?
What is sql key?
what is online transaction processing (oltp)? : Sql dba
Can we commit inside a trigger?
What are the two different parts of the pl/sql packages?
Does pl/sql support create command?
what is union, minus and interact commands? : Sql dba
What is a sql trace file?
How to know the last executed procedure?
How do you sort in sql?
What are joins in sql?
how to include comments in sql statements? : Sql dba
What is scalar data type in pl sql?
How do I write a sql query in pgadmin 4?
Difference between global and parameter variables?