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

Home -> Community -> Mailing Lists -> Oracle-L -> Stored Procedure

Stored Procedure

From: ramani akhil <srinirmala_at_yahoo.com>
Date: Mon, 19 Mar 2001 11:15:27 -0800
Message-ID: <F001.002D0B9D.20010319100519@fatcity.com>

Hi:

All the DML is controlled by the stored procedure at the database level. Any insert/ update /select is done by calling a stored procedure within the forms6.

As a result the forms is being used as front end for display only. It appears that locking problem will be resolved by this. Or is it so? When an update is issued, the Stored procedure updates/inserts all the columns in the table. It does not check for the column that has changed only. So when two users update the same row, the result could technically be misleading.

All Architets Gurus what are the pros / Cons of using this sort of Design ?

I would prefer using the Forms6i Lock mechanism rather than used stored Procedure to control it ...

Thanks



Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
--

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

Author: ramani akhil
  INET: srinirmala_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 Mon Mar 19 2001 - 13:15:27 CST

Original text of this message

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