Hi,
I'm trying to export APEX app with SQLcl APEX EXPORT command, but it freezes at mid file created (checked file written to temp folder).
Using SQLcl Release 21.3 on Oracle Database 19c Standard Edition 2, APEX version 19.2
executing command line script file;
sql user/password@server @export_dom.sql
(connecting as the user that the APEX application is associated with)
Script export_dom.sql contains;
APEX EXPORT -applicationid 200
EXIT
Exporting with -debug option shows that it stops at;
C:\Projekti\APEX\DOM\Export\/f200.sql: Copying from clob to temp file.
Making the same export using APEXexport utility works fine.
Best ragards,
Davor