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!

Invalid URL generated from apex_page.get_url with p_absolute_url

phartenfellerJul 24 2025

I am calling apex_page.get_url like this (from a modal):

apex_page.get_url(
  p_page => 9010
, p_items => 'P9010_share_url_token'
, p_values => share_url_token
, p_plain_url => true
, p_absolute_url => true
, p_session => null
);

In my dev DB I get a correct URL. On my local DB and a customer DB part of the URL is duplicated. E. g. `https://localhost:8443/ords/r/adm/acm/r/adm/acm/share-url-entry?p9010_share_url_token=abc…` with the r/ws/app pattern twice.

The DB where it works is on APEX 24.2.5 while on my local DB (23ai 23.8) it generates the wrong URL both on 24.2.0 and 24.2.7.

This post has been answered by Carsten Czarski-Oracle on Jul 24 2025
Jump to Answer
Comments
Post Details
Added on Jul 24 2025
3 comments
58 views