In Compare Schemas when only tables option is checked, column's not-null attribute is not in the sync script
This is happening because the NOT NULL attribute is really a check constraint. So you must compare constraints to compare these. Ensure that both Table and Constraint options are checked.
Oracle generates a check constraint on the table for a not null column.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center