Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Not Null constraint
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.htmlReceived on Thu Jan 05 2006 - 18:01:09 CST
![]() |
![]() |