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

Home -> Community -> Usenet -> c.d.o.server -> What are stored procedures for?

What are stored procedures for?

From: CT <come_try_at_yahoo.com>
Date: 1 Jul 2004 10:53:57 -0700
Message-ID: <f2ca5893.0407010953.470c9bf5@posting.google.com>


Stored procedures and functions are coded on the database side. They are stored on the database. Also, doing this they are tied down to the database that you are coding on.

What are the advantages of using these as compared to plain jdbc/odbc statemetn.

Might be a controversial question but needs an answer :)

Thanks.

CT. Received on Thu Jul 01 2004 - 12:53:57 CDT

Original text of this message

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