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!

Apex Custom Url On Autonomous Instance

User_KIL5YNov 16 2021

Hi. I have multiple apex applications on my instance in an Autonomous database environment.
Using the vanity url method i can only map one application to the vanity url. How can i achieve mapping my multiple applications using various vanity urls without using a webserver like nginx.

Much Appreciated

Comments

SURFThru
You could make all the columns as parameters in the update stored procedure.

Then on your table adapter add the call to the update stored proc. Name the update prc_your_update_name. Then in your code you can just run ta.prc_your_update_name(field1,field2,....). Not sure if this is what you are looking for and maybe you want to avoid typing all the colunms as paramters.

Edited by: SURFThru on Jun 22, 2011 1:45 PM
1 - 1

Post Details

Added on Nov 16 2021
3 comments
92 views