-
Python 통한 데이터 전 처리 후, ORACLE DB에 Insert 할 때의 오류Backend/Oracle 2023. 6. 5. 13:37
[Eloqua_sample_ver2 DB에 넣었을 때 Error]
SQL Error [12899] [72000]: ORA-12899: value too large for column →"YEON"."CS_INTEGRATION"."ex" (actual: 23, maximum: 20)
ORA-12899: value too large for column "YEON"."CS_INTEGRATION"."ex" (actual: 23, maximum: 20)
ORA-12899: value too large for column "YEON"."CS_INTEGRATION"."ex" (actual: 23, maximum: 20)
ORA-12899: value too large for column "YEON"."CS_INTEGRATION"."ex" (actual: 23, maximum: 20)
—> varchar2의 크기를 (30)으로 수정해서 해결
'Backend > Oracle' 카테고리의 다른 글
MySQL Community Server 8.0.34 설치하기 (0) 2023.09.21 파이썬 데이터 전처리 후 oracle insert 하기 (0) 2023.06.10 Python에서 Oracle 연결하기 (0) 2023.06.05 Oracle 오류 로그 정리 (0) 2023.06.05