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: Embedded SQL vs Stored Procedures

Re: Embedded SQL vs Stored Procedures

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Tue, 07 Sep 2004 13:57:12 GMT
Message-ID: <Y6j%c.258031$8_6.210243@attbi_s04>

"Gama Franco" <gama_franco_at_clix.pt> wrote in message news:chka4k$2i4h$1_at_pegasus.fccn.pt...
> Hi,
>
> I'm using OCCI to develop a new aplication, but I have one doubt about
> the most efficient way to make an operation.
> The operation makes inserts some rows in different tables, and also
> creates some new tables. I would like to know if it is faster to compute
> this kind of operations if they are hard codded in OCCI, or using a
> stored procedure that recieves all the parameters needed and takes care
> of the insertions and creations.
>
> Best regards,
> Gama Franco

Don't create new tables. It is very unlikely that you really need to do this.
Jim Received on Tue Sep 07 2004 - 08:57:12 CDT

Original text of this message

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