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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
In this query I'm displaying an image and its ID. But I want to set the max width for the displayed image select ID ,sys.dbms_lob.getlength("CONTENT") "IMAGE" from ECOMMERCE_TEST_IMAGENES where ID = :P2_ID_AUX Please help, how can I do it?