Xem các câu trả lời tương tự khác, như thế này một . "Nếu dbms_lob.compare (lob1, lob2) =0, chúng giống hệt nhau."
select *
from documents dup
join documents orig on orig.document_id = 1
and dup.document_id <> orig.document_id
where dbms_lob.compare(orig.blob, dup.blob) = 0;