HBHaniel Burtoninhaniel.hashnode.dev·May 12, 2023 · 2 min readEasy File Downloads with APEX_DATA_EXPORT.DOWNLOADNeed to download a file from an APEX page but not sure how? Before you write your own custom PL/SQL procedure that requires setting HTTP headers and uses sys.WPG_DOCLOAD.download_file or HTP.PRN to output content, consider using APEX_DATA_EXPORT.DO...00
HBHaniel Burtoninhaniel.hashnode.dev·Oct 12, 2022 · 4 min readStop Writing JSON_TABLE SQL Manually #JoelKallmanDayIntroduction One of my favorite things to do with APEX is to integrate REST APIs. Whether that means building one with ORDS, or consuming one, I love working with REST APIs because they can easily extend the functionality of your app or allow you to ...02PL