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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Using procedures instead of coding update/insert SQL...huh?

RE: Using procedures instead of coding update/insert SQL...huh?

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Tue, 15 Jan 2002 07:44:23 -0800
Message-ID: <F001.003F0098.20020115070023@fatcity.com>

it's more efficient to do the SQLNet call, wait for a response, send the sql statement to the server, parse it, fetch the data and do a SQLNet return to client?

Um, one of the main reasons to use stored programs is that THEY ARE ALREADY COMPILED and execute on the server itself.

If you truly think this is done just to eliminate part of your job, you are looking at this totally wrong.


Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jan 15 2002 - 09:44:23 CST

Original text of this message

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