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: how to delete constraints?

Re: how to delete constraints?

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Fri, 28 Jan 2000 08:02:43 +0100
Message-ID: <949043082.3524.0.pluto.d4ee154e@news.demon.nl>


No, No, No!!!
alter table <tablename> drop constraint <constraint_name> | drop primary key RTFM Hth,

--
Sybrand Bakker, Oracle DBA
Otis Gospodnetic <otis_at_my-deja.com> wrote in message news:86qkba$1mb$1_at_nnrp1.deja.com...
> Hi,
>
> How does one go about deleting/droping constraints?
>
> delete from user_constrains where owner = 'MYUSER'
>
> Like that maybe? (I don't want to just do it and mess it up :))
>
> Thanks,
>
> Otis
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Jan 28 2000 - 01:02:43 CST

Original text of this message

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