Skip to Main Content

SQL & PL/SQL

Announcement

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!

Disable constraints then Alter table ORA-02267

77546Dec 4 2008 — edited Dec 4 2008
Hello,

I have disabled all constraints in the database and then ran a script that was to alter some of the column datatypes from varchar2 to number. When I ran the script I got the following errors: ORA-02267: column type incompatible with referenced column type. Do I have to drop the constraints first (I thought disabling was good enough)?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2009
Added on Dec 4 2008
4 comments
1,799 views