Skip to Main Content

SQLcl

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

apex export including private reports

Mary BagirDec 27 2018 — edited Jan 19 2019

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

This post has been answered by Gaz in Oz on Jan 10 2019
Jump to Answer

Comments

Post Details

Added on Dec 27 2018
3 comments
2,509 views