문제

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