Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Stored Procedure
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
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
![]() |
![]() |