Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the steps you take to tune(performance tuning) the code in plsql?

Answer Posted / mathivanan

1.Create indexes
2.keep up to date statistics on tablese
3.Analyse execution plans using trace utilities
4.Make use of Bulk collect,For all,returning bulk collect into.
5.Use hints when necessary
6.Minimize datatype conversions
7.use PLS_INTEGER or BINARY_INTEGER for integer Arithmetic,use BINARY_FLOAT and BINARY_DOUBLE for floating-point arithmetic
8.pin frequently used packages in shared pool memory

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are stored procedures faster than queries?

988


what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba

1062


what is a view? : Sql dba

1129


Explain alias in sql?

1089


Is pl sql still used?

1016


How to pipe multiline string to isql?

1047


What does := mean in pl sql?

1087


explain advantages of myisam over innodb? : Sql dba

1110


What are the key differences between SQL and PL SQL?

1283


Can you selectively load only those records that you need? : aql loader

1092


In a distributed database system, can we execute two queries simultaneously?

1149


How to execute a stored procedure?

1150


What are the ddl commands?

1052


Can we write dml inside a function in sql server?

1002


What are all types of user defined functions?

1131