سؤال

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