I have a problem with displaying the image saved in BLOB column. Is there some solution what to do with the buffer or something?
This is a syntax:
SELECT ...
, '<img src="'||apex_util.prepare_url('f?p='||:APP_ID||':0:'||:APP_SESSION||':APPLICATION_PROCESS=GETIMAGE:::FILE_ID:'||my_id_col||':'||:DEBUG)||'" />' img
FROM my_table
thanks
