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 date and time data types in mysql? : Sql dba
how to convert numeric values to character strings? : Sql dba
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What is a full join sql?
What is sqlca in powerbuilder?
How many columns should be in an index?
what is the difference between inner and outer join? Explain with example. : Sql dba
Is it mandatory for the primary key to be given a value when a new record is inserted?
How do you rank data in sql?
what is self-join? : Sql dba
How to start the command-line sql*plus?
How can you load multi line records? : aql loader
what is auto increment? : Sql dba
What does (+) mean in sql joins?
How many clustered indexes can you have?