Search posts, tags, users, and pages
Jon Dixon
APEX, ORDS & the Oracle Database
In this short, I will show you how to configure secure access between Oracle APEX and Oracle Cloud Infrastructure (OCI) Object Storage. This access allows your APEX applications and PL/SQL code to securely GET, DELETE and POST files from/to OCI Objec...
manoj kumar
Hi Jon, I am getting "unsupported data type" error when running last sql statement to get actual file. May I know wat else I have to do.
manoj kumar Are you sure you are using apex_web_service.make_rest_request_b with the '_b' on the end?
yes i used _b at the end apex_web_service.make_rest_request_b
Hi Jon,
So I guess issue with APEX only where i see the unsupported data type error. When i tried using sqlplus it worked and gave me the blob value. Is there anyway to convert or change this blob value to see actual file name?
manoj kumar
Hi Jon, I am getting "unsupported data type" error when running last sql statement to get actual file. May I know wat else I have to do.