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:RUN STORE PROCEDURE INSIDE A FUNCTION

Re:RUN STORE PROCEDURE INSIDE A FUNCTION

From: <dgoulet_at_vicr.com>
Date: Wed, 13 Feb 2002 13:41:31 -0800
Message-ID: <F001.0040EBDD.20020213134234@fatcity.com>

Hamid,

    For the most part you can't do any DML within a function or sub function/procedure that modifies data within the database. Oracle requires a certain purity level as defined in the Oracle Application Developers guide. Give me another day & I'll cite you page & paragraph. But I've been there before on this one.

Dick Goulet

____________________Reply Separator____________________
Author: Hamid Alavi <hamid.alavi_at_quovadx.com>
Date:       2/12/2002 1:43 PM

Hi List,

How can I run a store procedure inside a function? I have a store procedure to do some DML, and we can not run it from our application for some sort of limitation, only we can call function from application side, Is there any way to run this store procedure inside a function or some thing like this
Another question is can we do some DML inside the function or not?? Thanks alot for your help, appreciate.

Hamid Alavi
Office 818 737-0526
Cell 818 402-1987

The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL and exempt from disclosure under applicable law. If you have received this message in error, you are prohibited from copying, distributing, or using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Hamid Alavi
  INET: hamid.alavi_at_quovadx.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: dgoulet_at_vicr.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 Wed Feb 13 2002 - 15:41:31 CST

Original text of this message

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