DCSIMG
Oracle - Guy

Guy

Blog about .Net, architechture and Oracle

Browse by Tags

All Tags » Oracle (RSS)
Oracle SQL performance booster
Oracle SQL performance booster I want to share with you one of the best performance boosters i had come across. In most of the applications i was working on (in the past and present) we did not use datasets , but built our own custom objects. The data access layer usually consisted of calls to stored procedures , functions and code generated SQLs all going through the MS data access application block . Calling stored procedures and functions was easy enough, we used the generated SQL only when we...