添付ファイル (circle.14.mdn_range.properties_VB) を生成する VB のユーティリティが 1 つあり、UTL_FILE(Oracle) と同じ内容の他のファイル (circle.14.mdn_range.properties_UTLFILE) を作成しました。ただし、同じ内容の両方のファイルのチェックサムは異なります。このエラーを削除する理由と考えられる方法を提案できますか?
CertUtil -hashfile circle.14.mdn_range.properties_VB MD5
MD5 hash of file circle.14.mdn_range.properties_VB:
1b 43 b6 a4 44 d0 4d 8a 8b 91 3e 7b d7 aa 4f 4e
CertUtil: -hashfile command completed successfully.
CertUtil -hashfile circle.14.mdn_range.properties_UTLFILE MD5
MD5 hash of file circle.14.mdn_range.properties_UTLFILE:
ae 0c 75 b8 d5 19 05 64 d5 c6 54 ec 55 bc dc e0
CertUtil: -hashfile command completed successfully.