Oracle Database 11g: Administration I — Question 32
Which four are true about the tools used to administer Oracle databases? (Choose four.)
Answer options
- A. SQL *Plus can be used to create databases
- B. DBCA can be used to upgrade databases
- C. RMAN can be used to start up Oracle instances
- D. SQL *Plus can be used to start up Oracle instances
- E. SRVCTL can be used to shut down Oracle instances
- F. Data Pump can be used to load data from text files
Correct answer: A, B, C, D
Explanation
Options A, B, C, and D are correct because SQL *Plus is capable of creating databases and starting Oracle instances, while DBCA is designed for upgrading databases, and RMAN can also start up instances. Options E and F are incorrect as SRVCTL is specifically for managing Oracle Clusterware resources, and Data Pump is not used for loading data from text files.