ERASE

删除LOB中的全部数据

声明

DBMS_LOB.ERASE(
 lob_loc           IN OUT   NOCOPY   BLOB,
 amount            IN OUT   NOCOPY   BIGINT,
 offset            IN                BIGINT := 1);

DBMS_LOB.ERASE (
 lob_loc           IN OUT   NOCOPY   CLOB ,
 amount            IN OUT   NOCOPY   BIGINT,
 offset            IN                BIGINT := 1);

结构

参数 说明
lob_loc 定位器
amount 删除字节数数目
offset 定位器偏移量