Salta al contenuto

Amazon RDS for Oracle RDSADMIN question

0

Hello Support, We are running Standard Edition Oracle 21g within the Amazon RDS for Oracle (managed service) environment. Some questions have come up who need to know the following:

I know that both the SYS and SYSTEM users are restricted users and can't be logged into or changed. Is this the case with the RDSADMIN user?

Any supporting documentation would be helpful.

Thank you,

Rob C

posta 6 mesi fa111 visualizzazioni
2 Risposte
0

Hello.

I think the explanation in the following document is relevant:
The master user is granted the DBA role, but because the ALTER SYSTEM and ALTER DATABASE privileges have been REVOKEd from the DBA role, these SQL statements cannot be executed by the master user.
Instead, packages and stored procedures of the RDSADMIN user will be executed.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Concepts.limitations.html
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Concepts.Privileges.html

When you create an Amazon RDS for Oracle DB instance, the default master user has most of the maximum user permissions on the DB instance. Use the master user account for any administrative tasks, such as creating additional user accounts in your database. Because RDS is a managed service, you aren't allowed to log in as SYS and SYSTEM, and thus don't have SYSDBA privileges.

I don't think you can log in to RDSADMIN either, as it's an AWS managed user.

ESPERTO
con risposta 6 mesi fa
0

Hello Rob,

Yes, you are correct about the RDSADMIN user having similar restrictions to SYS and SYSTEM users in Amazon RDS for Oracle.

RDSADMIN User Access Restrictions:

The RDSADMIN user is also a restricted, AWS-managed user that you cannot log into directly. This is consistent with the managed service model of Amazon RDS for Oracle.

How RDSADMIN Works: Instead of direct access, AWS provides the RDSADMIN.RDSADMIN_UTIL package that contains stored procedures and functions to perform administrative tasks that would normally require SYS or SYSTEM privileges. The master user can execute these procedures, but cannot log in as RDSADMIN directly.

Supporting Documentation:

AWS
con risposta 19 giorni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.