Tuning pl/sql methodology
eg I have a few dml and selects which if run directly run fine, but when put in a package/proc runs very slow.
Also found that the some sql uses a diff access path when running thru package/proc.
So if you can sequence the methodology for perf tuning pl/sql.
TIA