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.

export_type != 'APEX_APPLICATION' filter not applied in SQLcl project export (version 25.1.1)

Patrizia RegenbergMay 2 2025 — edited May 2 2025

Versions Affected:

  • SQLcl 25.1.1

Description:
I'm using SQLcl project version 25.5.1. My project includes an APEX application, but I do not want it exported. To exclude it, I've added the following line to the project.filters file:

export_type != 'APEX_APPLICATION'

This worked as expected on SQLcl version 24.4. However, upgrading to 25.1.1, the APEX application now gets exported, indicating that the filter is not being respected.

Steps to Reproduce:

  1. Create a SQLcl project with an APEX application.
  2. Add export_type != 'APEX_APPLICATION' to the project.filters file.
  3. Run the export using SQLcl project export.
  4. Observe that the APEX app is included in the export.

Expected Behavior:
The APEX application should be excluded from the export.

Actual Behavior:
The APEX application is included, despite the filter directive in project.filters.

Workaround:
Manually remove the apex_apps folder from the src-folder.

This post has been answered by danmcghan-Oracle on May 2 2025
Jump to Answer
Comments
Post Details
Added on May 2 2025
6 comments
212 views