Oracle Database 11g: Administration II — Question 3

What are the recommendations for Oracle Database 11g installation to make it Optimal Flexible Architecture (OFA)-compliant? (Choose all that apply.)

Answer options

Correct answer: A, C, D

Explanation

Setting ORACLE_BASE explicitly ensures a clear structure for Oracle installations, which is a key principle of OFA. Having the flash recovery area and data files on separate disks enhances performance and reliability, while placing them under Oracle base in a non-ASM setup maintains organization in the filesystem. Option B is incorrect because OFA allows multiple Oracle homes within the same Oracle base.