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