如何在 Oracle APEX 中检索 BLOB 数据

How to Retrieve BLOB Data In Oracle APEX

我想从数据库 table 中检索 BLOB 数据以显示名为 P4_COMPANY_LOGO

的图像项

我已将显示图像项的源选择为 SQL 查询(Return 单个值):

select company_logo from companies where company_id=10;

但是当我 运行 页面时它立即 return 这个错误:

P4_COMPANY_LOGO has to have a valid BLOB column as source.

请帮忙!..

可能是你的物品属性不太对。这会起作用: