행위

"토드 멀티바이트 에러 조치"의 두 판 사이의 차이

DB CAFE

1번째 줄: 1번째 줄:
 
토드 v$session 조회시 멀티바이트 에러 발생
 
토드 v$session 조회시 멀티바이트 에러 발생
 
<source lang=sql>
 
<source lang=sql>
nvl(lengthb(to_string_byte)action)),9999999)
+
nvl(lengthb(to_single_byte)action)),9999999)
 
</source>
 
</source>
  
 
토드 세션 브라우져 >> fillter [  ] ...부분 선택후
 
토드 세션 브라우져 >> fillter [  ] ...부분 선택후
edit버튼 > filter name "without_multibyte" 입력 , 표현식 에 nvl(lengthb(action),9999999) = nvl(lengthb(to_string_byte(action)),9999999)
+
edit버튼 > filter name "without_multibyte" 입력 , 표현식 에 nvl(lengthb(action),9999999) = nvl(lengthb(to_single_byte(action)),9999999)

2022년 9월 8일 (목) 15:20 판

thumb_up 추천메뉴 바로가기


토드 v$session 조회시 멀티바이트 에러 발생

nvl(lengthb(to_single_byte)action)),9999999)

토드 세션 브라우져 >> fillter [ ] ...부분 선택후 edit버튼 > filter name "without_multibyte" 입력 , 표현식 에 nvl(lengthb(action),9999999) = nvl(lengthb(to_single_byte(action)),9999999)