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!

How to download a file from external table?

Hi all. I'm on APEX 20.1. I have created an external table to read content of oracle directory.
Now I want to give user function to download the file clicking on filename.
I have created a stored procedure that accepts as parameters file_name and directory_name; here is the code of the stored procedure...
Download BFILE Procedure (0 Bytes)How can I make my desire possible? How can I click on file_name and then call my procedure passing the file_name clicked?
Thanks in advance,
Fabrizio

This post has been answered by fac586 on Feb 15 2021
Jump to Answer
Comments
Post Details
Added on Feb 12 2021
9 comments
386 views