Let's say i have created a user as 'TEST_USER' with some profile.

I want some query that will show what profile a user is assigned with.

有帮助吗?

解决方案

Based on the documentation:

select profile from dba_users where username = 'TEST_USER';
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top