Which two methods can you use to create database users and grant roles in Autonomous Database services?
Which two methods can you use to create database users and grant roles in Autonomous Database services?
To create database users and grant roles in Autonomous Database services, you can use SQL*Plus, a command-line tool allowing you to directly execute SQL commands including user creation and granting roles. Additionally, SQL Developer, a graphical tool, provides the ability to manage database users and roles through its interface.
create user, grant role