Friday, 19 February 2016

[FATAL] [INS-35341] The installation user is not a member of the following groups: [null, null, null]

Oracle 12c Installation Error [INS-35341]: User Not a Member of Required Groups

You may face this issue while installing Oracle 12c software in silent mode using a response file:

Error Message

[FATAL] [INS-35341] The installation user is not a member of the following groups: [null, null, null]

Cause

The installation user account must be a member of all groups required for installation.

Action

Ensure that the installation user is a member of the system privileges operating system groups selected during installation.

Solution

Add the following additional parameters in your response file to resolve the error:

oracle.install.db.BACKUPDBA_GROUP=oinstall
oracle.install.db.DGDBA_GROUP=oinstall
oracle.install.db.KMDBA_GROUP=oinstall

No comments:

Post a Comment