SQL> BEGIN
2 LOAD_IMAGE(1,1,'Cloud_(128)','png_modern/Cloud_(128).png');
3 END;
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
请问应该如何解决? |
|