Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display Image not working

sect55Aug 20 2021

My form was working a few weeks ago and now it is not. I don't think I changed anything except the environment went to a newest version of ORDS. But I don't think ORDS would affect it. I get a broken image icon instead of the actual ping.
Document Image screen 2021-08-19_12-28-39.pngBelow is the debug information which looks like it worked:
Page 95 debug  2021-08-19_12-37-48.pngI checked the table and the row exists for ID 519:

image.pngimage.pngThe properties of the Display Image field are:
Display Image properties Screenshot 2021-08-20 134309.jpg
So I do not know why the BLOB is not being displayed.
Please help!!!
APEX 19.1
DB: Oracle 19c
Robert

Comments

2713495
Answer

OK...

After 3 reinstallation that's working. If there is a logical way to understant that I don't see it...

Marked as Answer by 2713495 · Sep 27 2020
Sdhamoth-Oracle

Problem was the connection string. In the connection string, you have mentioned the driver name of Microsoft ODBC driver (which is 32bit ODBC driver) not Oracle ODBC driver (whose naming convention is "Oracle in <ORACLE_HOME name>").

2713495

Ok, thank you for this useful information. It explains my issues 

1 - 3

Post Details

Added on Aug 20 2021
0 comments
400 views