Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我用一些个人资料创建了一个用户为“ TEST_USER ”。
我想要一些查询来显示分配给用户的配置文件。
根据文档:
select profile from dba_users where username = 'TEST_USER';