0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ロールとその詳細を確認したい

Posted at

ユーザーに付与されているロールを確認するには、USER_ROLE_PRIVSまたはDBA_ROLE_PRIVSビューを利用します。

ビュー名 詳細 URL
USER_ROLE_PRIVS 現行のユーザーに付与されたロールを示す USER_ROLE_PRIVS
DBA_ROLE_PRIVS すべてのユーザーおよびロールに付与されたロールを示す DBA_ROLE_PRIVS

ロールに付与されている権限を確認するには、目的に応じて以下のビューを参照します。

ビュー名 詳細 URL
ROLE_ROLE_PRIVS 他のロールに付与されたロールの情報を示す ROLE_ROLE_PRIVS
ROLE_SYS_PRIVS ロールに付与されたシステム権限を示す ROLE_SYS_PRIVS
ROLE_TAB_PRIVS ロールに付与された表権限を示す ROLE_TAB_PRIVS

環境情報

  • Oracle Database 23ai EE Extreme Perf Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?