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 -> Re: Wanted:PL/SQL to Disable & Enable Constraints

Re: Wanted:PL/SQL to Disable & Enable Constraints

From: Burton Peltier <burttemp1REMOVE_THIS_at_bellsouth.net>
Date: Wed, 23 Jul 2003 23:27:48 -0500
Message-ID: <V2JTa.11216$h9.4506@fe04.atl2.webusenet.com>


Set up the contraint(s) as "deferrable" and with a simple "alter session" command you can defer constraint checking until commit time for all tables .

-- 
"Albert Zweistein" <azwei_at_web.de> wrote in message
news:Xns93C0B854DF3A1azweiwebde_at_62.243.74.162...

> I need one or two PL/SQL's that will let me
>
> - Disable ALL Constraints for one or more tables
>
> and at a later time
>
> - Enable ALL Constraints for one or more tables
>
>
> Please post any answers to the Newstgroup.
>
>
> Thanks - Albert !
Received on Wed Jul 23 2003 - 23:27:48 CDT

Original text of this message

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