
Performance Improvement - Part 2: Hard parse is not bad In previous post, we have seen the soft parsing is doing less operation comparing with hard parsing.Please have a look on below post before read this one.http://karthikeyanbaskaran.blogspot.com/2010/07/performance-improvement-part-1-parsing.htmlThe Hard parse includes the parse, optimize, generation of the plan for the query and soft parse skips optimize and generation of the plan. So we decided...