Oracle Cloud Infrastructure 2020 Architect Associate — Question 26
Which two methods can you use to create users and grant roles in Autonomous Database services? (Choose two.)
Answer options
- A. through SQLPlus
- B. through SQL/Developer
- C. through the Oracle Cloud Infrastructure service console
- D. using DBMS_CLOUD_ADMIN Package
Correct answer: A, B
Explanation
The correct methods for creating users and assigning roles in Autonomous Database are through SQLPlus and SQL/Developer, as these tools directly interact with the database. The Oracle Cloud Infrastructure service console primarily manages resources rather than user creation, and the DBMS_CLOUD_ADMIN Package is more focused on cloud-specific management tasks rather than standard user role assignments.