我需要检查文件大小之前插入甲骨文甲骨文表格与甲骨文顶点,该用户无法附加一个大文件上传。
谢谢
发布于 2018-02-17 19:47:32
怎么样
dbms_lob.getlength(Upload_blob);
另请看这个示例:How to upload an image (file) into a table (BLOB)
https://stackoverflow.com/questions/48840627
相似问题