Oracle Database 11g: Administration I — Question 28
You want to install an Oracle 11g database and deploy it on ASM.
Your plan is to install both Oracle database and Grid Infrastructure.
Which two are true in this scenario? (Choose two.)
Answer options
- A. Grid Infrastructure must be installed first
- B. Both products must be installed by the same OS user
- C. Each product must be installed in a different ORACLE_HOME
- D. Both products must be installed by using the same ORACLE_BASE
- E. Both products must be of the same version
- F. Both products can share the OS group assigned to their OSDBA and OSOPER privileged groups
Correct answer: C, F
Explanation
The correct answers are C and F. Each product must be installed in a different ORACLE_HOME to avoid conflicts, ensuring isolation between the installations. Additionally, both products can share the same OS group for OSDBA and OSOPER, which allows for streamlined permissions management.