I created an oracle RDS in AWS, and then tried to do several actions with the master user which is created initially.
It looks like this master user does not have privileges to perform various actions.
ORA-31685: Object type SYSTEM_GRANT:"testuser" failed due to insufficient privileges. Failing sql is:
GRANT CREATE ANY DIRECTORY TO "testuser"
ORA-31685: Object type SYSTEM_GRANT:"testuser" failed due to insufficient privileges. Failing sql is:
GRANT UNLIMITED TABLESPACE TO "testuser"
How can I give all privileges to the master user of the RDS, so master user can perform above actions without any issue?