Installing Translated Versions of APEX on RDS for Oracle

0

Is there a way to install a translated version of Apex on RDS for Oracle ? The SYS AS SYSDBA is needed to run the documented script https://docs.oracle.com/en/database/oracle/apex/22.2/htmig/installing-translated-versions-of-apex.html but SYS AS SYSDBA is not allowed on RDS for Oracle. At this moment, there is nothing on this subject in https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.Options.APEX.html.

asked a month ago119 views
1 Answer
1
answered a month ago
  • During the installation, using the same MASTER_USER, we should be able to install the translation. However, the script fails with the following error:

    "Package variable g_security_group_id must be set."

    I attempted to set the security group with the following command, but it was unsuccessful:

    begin wwv_flow_api.set_security_group_id(p_security_group_id => 10); end;

    Any assistance would be greatly appreciated. Thank you.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions