Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored procedures for OracleDb

Re: Stored procedures for OracleDb

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 01 Feb 2006 10:16:18 -0800
Message-ID: <1138817773.89809@jetspin.drizzle.com>


sb wrote:
> Hi All,
>
> I am in a dilemma where I wastoldby other developers in my team that
> complex stored procedures are not used for accessing oracledb where the
> tables return millions of rows of data. Is this true? The smarts after
> retrieving the data is done in business objexts using Pro C.
> This OracleDb is 10g.
> Please advise.

Not true.

Nothing will benefit from using Pro*C unless it is very CPU intensive and then I'd still head straight for natively compiled PL/SQL rather than Pro*C.

Let me guess. What other quaint version 7 habits do they have?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Feb 01 2006 - 12:16:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US