For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi. Suppose I have a column with constraint NOT NULL INITIALLY DEFERRED DEFERRABLE. Why do I receive ORA-01451 when executing: alter table myTab modify myColumn varchar2(40) NULL; Regards, Jacek
alter table myTab modify myColumn varchar2(40) NULL;