How can I specify the same "report server" over all environments?
I am using Oracle Forms 12.2.1.4 on Windows 2019 server. I am calling a report from a form using run_report_object and web.show_document. In the report object I am specifying the "report server" as "rep_wls_reports_myDevServer". However, this will not work when moving to other environments (test/prod).
Can I customize the naming of the reports server "rep_wls_reports_<server>" to be the same across all environments?
Can I dynamically get the name of the reports server?
Do I have to specify the name of the reports server?