jhwgarden 发表于 2015-5-28 16:09:40

oracle执行sql语句出错

SQL> BEGIN
2LOAD_IMAGE(1,1,'Cloud_(128)','png_modern/Cloud_(128).png');
3END;
4/

此时报错如下:

ERROR at line 1:
ORA-22288: file or LOB operation FILEOPEN failed
No such file or directory
ORA-06512: at "SYS.DBMS_LOB", line 744
ORA-06512: at "ZABBIX.LOAD_IMAGE", line 8
ORA-06512: at line 2


请问应该如何解决?
页: [1]
查看完整版本: oracle执行sql语句出错