installing ORDS24 on Linux with Oracle 19.26 without sysdba or DBMS_NETWORK_ACL_ADMIN priv
We are trying to install ORDS 24.4 but we are not allowed within the organization to use sysdba for this installation.
We are using pdbadmin account which has lower privileges compared to sysdba and we tried to install ORDS by commenting out in the ords_grant_privs.sql script the following 2 privileges as it can case security risk:
'UTL_SMTP'
'DBMS_NETWORK_ACL_ADMIN'
When we run the installation of ORDS it is failing while script: ords_verify_install.sql is being executed with the following error:
ERROR at line 1:
ORA-20006: ERROR: Validating objects failed. ORA-20006: ERROR: ORDS schema database objects contains INVALID status.