사이트 이용
에
불편
을 드려서 죄송합니다.
현재
요청하신 페이지
를
서비스
할 수 없습니다.
잠시 후
에
다시 시도
해 주세요.
문의사항
궁금하신 것이 있으시다면 연락처(
02-455-5000
)로 문의 주세요.
메인 페이지로 이동
DataIntegrityViolationException
: ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("WALKERHILL"."TB_QA"."NAME") ### The error may involve com.walkerhill.user.board.dao.QADAO.insertQAMap-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO TB_QA ( QAINDEX,NAME,EMAIL,PHONENO,PEOPLE,HOPEDATE,HOPEPLACE,EVENTTYPE,QUESTION,ANSWER,ADMINID,ADMININDEX,ANSWERDATE,CRDATE,QACODE,ISANSWER,LANG,NGSMEMID,ISTRANS ) VALUES ( SQ_QA.nextval, ?, ?, ?, ?, ?, ?, ?, ?, NULL, NULL, NULL, NULL, SYSDATE, ?, 'N', ?, ?, 'N' ) ### Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("WALKERHILL"."TB_QA"."NAME") ; SQL []; ORA-01400: cannot insert NULL into ("WALKERHILL"."TB_QA"."NAME") ; nested exception is java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("WALKERHILL"."TB_QA"."NAME")