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.

Project - Export APEX App runs infinite

Moritz ReinwaldMar 18 2025 — edited Mar 19 2025

When exporting an APEX App with project export (either full export with or without filters or directly via -o apex.app_id) results in an infinite run of the command, only outputting the following:

project export -o apex.129 -v
The current connection APEX-DEV ABC will be used for all operations
*** APEX_APPLICATIONS ***
Exporting Workspace ABC - application 129:NAME

This happens only on this exact application right now (which I can't share publicly).

The application has only a few pages, a translation and nothing out of the ordinary.

I tested the command with multiple other apps - bigger, more complicated, also translated - all working flawlessly. Also tested on different APEX environments - this particular app won't export.

When I look into the src/database folder (also tried deleting the whole folder before export) it looks like all files for the readable export have been successfully created, but the f129.sql file is missing.

Export via apex export -applicationid 129 -skipExportDate -expSupportingObjects Y works though.

Any idea what could cause this behaviour (probably hard without the specific application?)?

Is it possible to see some more detailed logging of the export command - the verbose flag does not help at this point.

Currently using sqlcl version 24.4.3.0

Comments

Processing

Post Details

Added on Mar 18 2025
3 comments
91 views