Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Do you use PL/SQL
On May 20, 1:08 pm, zigzag..._at_yahoo.com wrote:
> Performance advantage because of network traffic reduction are over
> blown. When you write a stored procedure, only part of the code
> involving network traffic may be accessing information from database
> and writing information to database.
Really? That's pretty funny.
I would suggest that you have never done any serious performance
tuning.
Network traffic is a huge concern.
> If there is a lot of computation
> logic in stored procedure, PL/SQL being an interpreted language may
> run slower.
It can be compiled. And you are missing the point. Received on Tue May 22 2007 - 13:49:32 CDT
![]() |
![]() |