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: CONSTRAINTS ENABLE on 7.3.4

RE: CONSTRAINTS ENABLE on 7.3.4

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Tue, 19 Oct 2004 17:39:06 -0700
Message-ID: <B5C5F99D765BB744B54FFDF35F60262109F87AC3@irvmbxw02>


I sure would like to take that back now. I was thinking of validate / novalidate. DISABLE / ENABLE was available in Oracle 7 and probably earlier.
As another poster said, in Oracle 7.3.4, you will need to fix the data. Or if you want to have a constraint but can't fix the data, you could write a trigger that emulates the constraint.

-----Original Message-----

Jacques Kilchoer

I'm pretty sure that disabling / enabling constraints was introduced in Oracle 8.0. Are you sure you have the database version right?

-----Original Message-----

Seema Singh

One of my database is 7.34 on hp-ux.Somehow one of our developer disable one
of constraints.When I have tried to enable i noticed ora-02298 because of
data inconsistent.
When I run
ALTER TABLE <NAMEOFTABLE> ENABLE NONVALIDATE CONSTRAINT <NAMEOF CONSTRAINT>;
Didn't work.WOndering is there anyway we can enable constraints forecelly or

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 19 2004 - 19:36:02 CDT

Original text of this message

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