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

Home -> Community -> Usenet -> c.d.o.misc -> exclusive access to schema

exclusive access to schema

From: <gerveit_at_my-deja.com>
Date: Tue, 03 Aug 1999 11:03:03 GMT
Message-ID: <7o6i94$954$1@nnrp1.deja.com>


I am currently writing an application for the purpose of archiving data from an existing schema. Our company has other applications which are working on the same schema. Since I want to read and delete from the schema, I need exclusive access, so no other application can modify -or even better- access the data in the schema. A simple LOCK TABLE won't work, because of the amount of data it is necessary to COMMIT frequently after a DELETE-statement to prevent the ROLLBACK-Segments from an overflow. COMMIT unlocks, so another application could sneak in and a corruption and inconsistency of data is possible. Does anybody know of a possibility I am not aware of?
Our system is ORACLE 7.3.

Thanks,
Holger Veit

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Aug 03 1999 - 06:03:03 CDT

Original text of this message

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