반응형

"ORA-01779: cannot modify a column which maps to a non key-preserved table" 에러 해결 방법

ORA-01779 Cause: 

  • An attempt was made to insert or update columns of a join view which map to a non-key-preserved table.

ORA-01779 원인: 

  • 키가 보존되지 않은 테이블에 매핑되는 조인 뷰의 열을 삽입하거나 업데이트하려고 했습니다.

ORA-01779 Action: 

  • Modify the underlying base tables directly.

ORA-01779 조치: 

  • 기본 테이블을 직접 수정하십시오.

ORA-01779 해결: 

  • 머지문으로 해결 

 

반응형

+ Recent posts