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: "alter table..." in a trigger

Re: "alter table..." in a trigger

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 19 Feb 2002 19:12:38 +0100
Message-ID: <79557u0t6rboofni6nf1j4uoev1jorm7h1@4ax.com>


On Tue, 19 Feb 2002 17:50:26 +0100, "auxitec e2ia" <auxitec.e2ia_at_wanadoo.fr> wrote:

>hi,
>
>is it possible to do an "ALTER TABLE TEST.POIL DISABLE CONSTRAINT PK_ESSAI"
>in a trigger ?
>
>Thanks
>
>
>Flavien,
>
>
>

You can do that using execute immediate (8i) or dbms_sql (8.0 and before)
Your requests raises strong suspicions about the quality of your work.

Regards

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Tue Feb 19 2002 - 12:12:38 CST

Original text of this message

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