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 sql*loader and what is it used for?
What is cursor in pl sql?
What are local and global variables and their differences?
In what condition is it good to disable a trigger?
How many subqueries can be nested in a statement?
How many sql core licenses do I need?
Is sql injection illegal?
Mention what pl/sql package consists of?
Why use stored procedures?
what is acid property in database? : Sql dba
Does truncate require commit?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is a temp table?
How to prepare for oracle pl sql certification?
Why primary key is required?