Oracle Database Administration II — Question 90
Which two are true about Oracle Database Configuration Assistant (DBCA)? (Choose two.)
Answer options
- A. It can be launched from both the command line and the Universal Installer (OUI) interfaces.
- B. It can be used to change the character set of an existing database.
- C. It can be used to convert a non-container database to a container database.
- D. It can be used to create container databases and non-container databases.
- E. It can only be launched from the command line interface.
Correct answer: A, D
Explanation
The correct answers are A and D because DBCA can indeed be launched from both command line and graphical interfaces, and it is capable of creating both types of databases. Options B and C are incorrect as DBCA does not allow changing the character set of an existing database or converting non-container databases to container databases. Option E is also false since DBCA can be accessed through multiple interfaces.