スキップしてコンテンツを表示

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

質問済み 6ヶ月前111ビュー
2回答
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.

エキスパート
回答済み 6ヶ月前
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
回答済み 21日前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ