Oracle Cloud Infrastructure 2019 Architect Associate — Question 31
Which two methods can you use to create users and grant roles in Autonomous Database services? (Choose two.)
Answer options
- A. through the Oracle Cloud Infrastructure service console
- B. through SQL/Developer s
- C. using DBMS_CLOUD_ADMIN package
- D. through SQLPIus
Correct answer: A, B
Explanation
Options A and B are correct because you can create users and assign roles either through the Oracle Cloud Infrastructure service console or using SQL/Developer. Options C and D are incorrect because while the DBMS_CLOUD_ADMIN package is useful for managing cloud resources, it is not a direct method for user creation, and SQLPlus does not provide a graphical interface for this task.