Skip to Main Content

APEX

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!

Oracle Apex 24.1 - 24.2 Data load definition table does not work with dynamic parsing schema

Hello Team!

Our application uses multiple database schemas, which we set dynamically during initialization using APEX_UTIL.SET_PARSING_SCHEMA_FOR_REQUEST (p_schema => :G_SCHEMA).

If we specify a table as a target in the data load definition, it looks for the specified table in the default schema specified in the application, not the one specified during initialization.

Can we expect this issue to be resolved at some point, or should we always use Collection in Data Load?

Comments
Post Details
Added on May 22 2025
5 comments
109 views