HUGE CLOB 데이터타입은 일반 쿼리로 불러올 경우 HUGE CLOB 의 내용이 보이지 않는다.

 

때문에 아래와 같이


SELECT DBMS_LOB.SUBSTR( 컬럼, 500) FROM TABLE

사용하여 SELECT 한다.

 

SELECT DBMS_LOB.SUBSTR(칼럼명, DBMS_LOB.GETLENGTH(칼럼명), 1)   –> 전체 row 뿌리기
DBMS_LOB.INSTR(칼럼명, ‘test’, 1, 1)   –> 검색된 내용에 대한 디스플레이
FROM  테이블명
WHERE  DBMS_LOB.INSTR(칼럼명, ‘test’, 1, 1) <> 0;

 

사용법
DBMS_LOB.SUBSTR(CLOB칼럼, 전체 row 가져오는 길이, offset)
DBMS_LOB.INSTR(CLOB칼럼, 검색된 단어, offset, 몇 번째에 있는 검색된 단어)

 

By haisins

오라클 DBA 박용석 입니다. haisins@gmail.com 으로 문의 주세요.

3 thoughts on “clob select 시 hugeclob 으로 표시 될 때 내용 보는 방법”
  1. Somebody necessarily lend a hand to make significantly posts I might state. This is the very first time I frequented your website page and thus far? I surprised with the analysis you made to make this actual publish incredible. Magnificent job! ekkdgegdggbb

  2. There are some attentiongrabbing points in time in this article but I dont know if I see all of them heart to heart. There may be some validity however I will take maintain opinion until I look into it further. Good article , thanks and we would like extra! Added to FeedBurner as properly afdegeafkffe

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다