Hi guys,
we are moving apex applications from one production to another production. I'm using sqlcl.
I run generated script
------------------
set heading off
set pagesize 0
spool export_apex.sql
select 'APEX EXPORT '||APPLICATION_ID from APEX_APPLICATIONS;
exit
---------------
after I export_apex.sql
All application are missing private reports.
How export apex application including private reports using sqlcl?
Thanks Mary