Skip to Main Content

SQLcl: MCP Server & SQL Prompt

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!

SQLcl APEX EXPORT freezes

Davor MaricJul 1 2022 — edited Jul 1 2022

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

This post has been answered by Davor Maric on Sep 6 2022
Jump to Answer

Comments

Processing

Post Details

Added on Jul 1 2022
1 comment
209 views