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 -> Check RI on Commit

Check RI on Commit

From: Dag Arne Matre <dam_at_visma.com>
Date: 1998/01/19
Message-ID: <34C331AD.4C06FAA7@visma.com>#1/1

I believe there is an option in ANSI-SQL (don't know whether it is SQL2 or the SQL3 proposal, don't know which level) that says: wait for commit to check referential integrity. Normally, this would fail: INSERT INTO Detail (DetailPK, MasterPK) values (1,1) INSERT INTO Master (MasterPK) values (1) COMMIT
but with the option set, it would be OK. Basically, this means that you can do whatever you want inside your transaction, just make sure the db is consistent when you COMMIT your WORK. I think both Informix and SQL Anywhere support this feature.

Is there any option like this in Oracle and/or MS SQL Server?

D A Received on Mon Jan 19 1998 - 00:00:00 CST

Original text of this message

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