I am using Oracle APEX 24.1 running on-premises with an Oracle Database 19c.
I have already built an APEX application that allows me to dynamically export DDL scripts from my database (by selecting which objects I want to include). This works fine even across databases using a DBLink.
Now, I would like to extend this logic to also export the data (data dump) through a DBLink.
Has anyone implemented a similar approach or could suggest the best way to achieve this in APEX? Ideally, I would like to keep the same pattern I used for the DDL export, but for data.
Thanks in advance!