일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- date
- Brighton and Hove Albion
- 순위
- Format
- LiV
- daily
- Liverpool
- YNWA
- 축구
- WHERE조건
- function
- 같지않음
- mssql
- 프리미어리그
- 물류 #WMS #SI
- clob
- lfc
- 4000자
- diary
- 18-19
- 1819시즌
- 홍보전화
- DATALENGTH
- 2018AG
- 조건실행
- 18-19 PL
- Premier League
- 데이터크기
- 일기
- 리버풀
Archives
- Today
- Total
목록4000자 (1)
MinBangHome
CLOB 컬럼 사이즈 이슈
CLOB 컬럼 내에 데이터 업데이트 시 ORA-01704: 문자열이 너무 깁니다 01704. 00000 - "string literal too long" *Cause: The string literal is longer than 4000 characters. *Action: Use a string literal of at most 4000 characters. Longer values may only be entered using bind variables. 이슈 발생. - 해결 방법 * update set clob_col = TO_CLOB(dbms_lob.substr(내용,4000,1)) || TO_CLOB( dbms_lob.substr(내용,4000,1)) DBMS_LOB을 쓴 이유는 기존 clob ..
Develop/DB
2020. 3. 5. 09:43