Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: advantages of storing SQL in stored procs
NetComrade wrote:
>
> I ask/make my developers to write SQL using bind vars, are there any
> clear advantages in doing it in PL/SQL, performance wise?
>
> Thanx.
Using pl/sql should improve the likelihood of sharing common SQL's (thus lowering your parsing)...
In reality, this is more dependant on the discipline you can install on your developers...I've seen many places where they have 37 versions of what is basically the same SQL, all in a single "shared code" library..
HTH
-- =========================================== Connor McDonald http://www.oracledba.co.uk We are born naked, wet and hungry...then things get worseReceived on Tue Aug 22 2000 - 07:32:14 CDT
![]() |
![]() |