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 all the common sql function? : Sql dba
What is rank dense_rank and partition in sql?
what is msql? : Sql dba
how many sql ddl commands are supported by 'mysql'? : Sql dba
what is the difference between truncate and drop statements? : Sql dba
how to get help information from the server? : Sql dba
What is mutating trigger?
What is difference between sql and mysql?
What is cross join sql?
Can we create table inside stored procedure?
What is faster join or subquery?
How to run pl sql program in mysql?
Can sql developer connect to db2?
How delete all data from table in sql?
what is the syntax used for partition in tsql? : Transact sql