Re: Help with sql identifying dup constraints

  • From: Barbara Baker <barbarabbaker@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Wed, 9 Jun 2004 14:29:01 -0700 (PDT)

Yes!
I had not thought of tackling it from that direction.
That will indeed give me a place to start.

Thanks, Carel-Jan


--- Carel-Jan Engel <cjpengel.dbalert@xxxxxxxxx>
wrote:
> Hi Barbara,
> 
> select table_name
> , constraint_name
> , constraint_type,
> , search_condition
> , generated
> from user_constraints
> where generated = 'USER NAME'
> and   constraint_name like 'SYS_C%'
> order by table_name, constraint_name
> /
> 
> might give you a good set to start with.
> 
> Regards, Carel-Jan
> 
> ===
> If you think education is expensive, try ignorance.
> (Derek Bok)
> ===
> 
> 
> 



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: