Oracle Database Administration II — Question 104
Which three actions will add a resource to an Oracle Restart configuration? (Choose three.)
Answer options
- A. creating an Oracle Database service by modifying the SERVICE_NAMES parameter
- B. creating a disk group using the CREATE DISKGROUP SQL statement
- C. creating a database using the CREATE DATABASE SQL statement
- D. creating a database service using DBMS_SERVICE.CREATE_SERVICE
- E. creating a database service using Oracle Database Configuration Assistant (DBCA)
- F. creating an Oracle Automatic Storage Management (ASM) instance with ASM Configuration Assistant (ASMCA)
Correct answer: B, E, F
Explanation
The correct answers B, E, and F are valid actions to add resources to an Oracle Restart configuration. Option B involves creating a disk group, which is essential for resource management, while E utilizes DBCA to facilitate the creation of a service, and F establishes an ASM instance necessary for managing storage. Options A, C, and D, while related to database and service creation, do not directly contribute to the Oracle Restart configuration process.