相关疑难解决方法(0)

将 BLOB 与 Oracle 数据库中的其他 BLOB 进行比较

如何检查数据库中是否存在重复的 blob。我在数据库中有文档表,但是我不确定如何检查其中一个是否有重复。我知道你应该使用 dbms_lob.compare 函数,但在阅读了一些关于该主题的线程和文章后,我仍然不明白这一点。

文档表有 document_id 列和 data(blob) 列。我怎么可能检查 document_id = 1 是否有重复?

sql oracle blob

4
推荐指数
1
解决办法
8199
查看次数

如何在数据类型xmltype的列上使用ora_hash

我想在xmltype数据类型上使用ORA_HASH,解决方法是直接的解决方案吗?

我使用oracle 11g r2和二进制xml作为xmltype列的存储选项

我用于创建表的查询是

create table samplebinary ( indexid number(19,0) , xmlcolumn xmltype not null) xmltype column xmlcolumn store as binary xml;

oracle xmltype oracle11g ora-hash

1
推荐指数
1
解决办法
2019
查看次数

标签 统计

oracle ×2

blob ×1

ora-hash ×1

oracle11g ×1

sql ×1

xmltype ×1