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: Some way to list all constraints?

Re: Some way to list all constraints?

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Wed, 18 Feb 2004 14:00:27 -0000
Message-ID: <40336ffb$0$10336$ed9e5944@reading.news.pipex.net>


select view_name from all_views
where view_name like 'ALL%';

can be handy...

-- 
Niall Litchfield
Oracle DBA
Audit Commission UK
"(Pete Cresswell)" <x_at_y.z> wrote in message
news:qb5530h4tv38n9usff3ce7u0l063j0dmic_at_4ax.com...

> Thanks Vu.
>
> Thanks Kaeli.
>
> This stuff is sooooo simple when you know what you're talking about... -)
>
> --
> PeteCresswell
Received on Wed Feb 18 2004 - 08:00:27 CST

Original text of this message

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