ORA_HASH 함수
·
Oracle/SQL
19c까지 ORA_HASH 함수는 CLOB 값에 대해 무작위 해시 값을 반환합니다. 아래는 SQL Language Reference의 ORA_HASH 함수에 대한 내용입니다. 원칙적으로 ORA_HASH 함수는 LOB 타입을 사용할 수 없습니다. The expr argument determines the data for which you want Oracle Database to compute a hash value. There are no restrictions on the length of data represented by expr, which commonly resolves to a column name. The expr cannot be a LONG or LOB type. It cannot be ..