We are trying to find where the APEX_REST_PATH_PREFIX value is stored.
When we run the query below, it returns an 'r' and not the value:
select APEX_INSTANCE_ADMIN.GET_PARAMETER('APEX_REST_PATH_PREFIX')
from dual;
Does anyone know how to get the value?