ORA-00604 and ORA-1101 while enabling a constraint
ORA-00604 and ORA-1101 while enabling a constraint
2005-05-17 - By Manjula Krishnan
An upgrade program was failing with ORA-0001 (See ORA-0001.ora-code.com). So, I disabled the primary key on that table, let the load take place. I was then trying to enable the primary key constraint to capture the exceptions and this is the error I get.
alter table ugparam enable constraint ugpset1 exceptions into exceptions;