1Z0-052 · Question #76
You are installing Oracle Database 11g on your server. During the installation Oracle Universal Installer (OUI) prompts you to enter the path of the inventory directory and also prompts you to…
The correct answer is E. The operating system group that will be specified must have permission to write to the inventory directory. When OUI prompts for the inventory directory and OS group name during Oracle installation, it means this is the first Oracle software installation on the machine; the specified OS group must have write permission to that directory.
Question
You are installing Oracle Database 11g on your server. During the installation Oracle Universal Installer (OUI) prompts you to enter the path of the inventory directory and also prompts you to specify an operating system group name. Which statement is true in this case?
Options
- AThe ORACLE_BASE parameter is not set.
- BThe installation is being performed by the root user.
- CThe operating system group that will be specified should have root user as its member.
- DThe installation is being performed without the "Create Starter Database" option selected.
- EThe operating system group that will be specified must have permission to write to the inventory directory.
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- D3% (1)
- E88% (28)
Why each option
When OUI prompts for the inventory directory and OS group name during Oracle installation, it means this is the first Oracle software installation on the machine; the specified OS group must have write permission to that directory.
ORACLE_BASE not being set affects the default suggested path for the Oracle home, but OUI prompting for inventory directory and OS group is specifically triggered by the absence of a pre-existing central inventory (first install), not by ORACLE_BASE being unset.
Oracle strongly discourages installing as root and OUI will actually warn or block a root-user installation; the inventory prompt appears for any valid Oracle OS user performing a first-time install, not exclusively for root.
The OS group specified for inventory ownership (oinstall) does not need root as a member; it simply needs write access to the oraInventory directory, and root membership is neither required nor recommended.
The 'Create Starter Database' option controls whether a default database (ORCL) is created post-installation and is entirely unrelated to why OUI prompts for the inventory directory and OS group name.
The first time Oracle software is installed on a host, OUI needs to create the central inventory directory (oraInventory) and must know which OS group (typically 'oinstall') will own and manage it. That OS group must be granted write permissions to the inventory directory so that OUI and future Oracle installations can register installed products, update inventory metadata, and run scripts like orainstRoot.sh. Without write access for the group, the installation cannot complete successfully.
Concept tested: Oracle OUI first-time installation inventory directory permissions
Source: https://docs.oracle.com/cd/E11882_01/install.112/e47689/pre_install.htm
Topics
Community Discussion
No community discussion yet for this question.