Open / download the file from the server db

Hello guys!

I have spent ages to find a way to open respectively to download a file from my db server.
I use a stored procedure to write an xml file in a directory with an alias "DIR_EXCEL_EXPORT". (This directory is created in the database to reference the folder on the db server. The folder is/tmp).

Can you please give me an example how to download the file created automatically once the file is created or at least how to open it manually using a button in the apex?

I appreciate your efforts and your ideas on this topic.

Best regards

SEB

Hello

Make sure that your button attributes
Target "Page of this Application.
Page & APP_PAGE_ID.
Defined for example application DOWNLOAD_XML

Then check that your APA process is conditional on demand DOWNLOAD_XML

Also, make sure that DAD user have read privilege to the directory that you are using

Kind regards
Jari

Tags: Database

Similar Questions

Maybe you are looking for