Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Not Null constraint

Re: Not Null constraint

From: Joel Garry <joel-garry_at_home.com>
Date: 5 Jan 2006 16:01:09 -0800
Message-ID: <1136505669.811146.39270@g47g2000cwa.googlegroups.com>


See if user_constraints says dvordtm is the same on both databases.

select status, constraint_name, constraint_type, search_condition from user_constraints where table_name = 'DVORDTM order by constraint_type, constraint_name';

jg

-- 
@home.com is bogus.
http://www.heptune.com/farts.html
Received on Thu Jan 05 2006 - 18:01:09 CST

Original text of this message

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