우선 desc exceptions 해보시고 테이블이 존재하지 않으면 SQL> @?/rdbms/admin/utlexcpt 에러가 나도 특정 쿼리를 써주지 않으면 exceptions 에 들어가지않습니다. SQL> alter table scott.ERR_CODE enable constraint ERR_CODE_CODE_PK; alter table scott.ERR_CODE enable constraint ERR_CODE_CODE_PK * ERROR at line 1: ORA-02437: cannot validate (SCOTT.ERR_CODE_CODE_PK) - primary key violated SQL> select rowid, code from scott.err_code 2 where rowid in(s..