1z0-083 Exam QuestionsBrowse all questions from this exam

1z0-083 Exam - Question 107


Which operating system group is NOT needed to perform an Oracle Database installation?

Show Answer
Correct Answer: AE

To perform an Oracle Database installation, the required groups typically include OSDBA, OSKMDBA, OSRACDBA, and OSOPER, depending on the specific requirements and features being used. However, OSASM is associated with Automatic Storage Management (ASM) and is not required for a basic Oracle Database installation. Therefore, the OSASM group is not needed to perform an Oracle Database installation.

Discussion

17 comments
Sign in to comment
ObserverPLOption: D
May 21, 2021

Agree with ssseee - D is CORRECT. I launched installer and only OSOPER group is OPTIONAL.

RinDOption: A
May 7, 2021

A is correct https://docs.oracle.com/en/database/oracle/oracle-database/19/ssdbi/creating-operating-system-privileges-groups.html#GUID-164A7218-166D-4B58-9A86-88149E8FCB83

vnhoang76Option: A
Nov 28, 2021

A is correct. OSASM must use when installing Grid https://docs.oracle.com/en/database/oracle/oracle-database/19/cwsol/creating-osasm-group.html

G_COption: A
Sep 27, 2022

I think A is correct because in fact we do not need to create OSOPER as well as OSRACDBA and OSKMDBA and all privileges assigns to OSDBA, right? The question is badly formed

flaviogcmeloOption: A
Oct 24, 2021

There is no OSASM in the documentation. "A" should be the answer.

hilaireOption: A
Dec 28, 2022

A is correct

Kushal22Option: A
Jan 22, 2023

A is correct - Pay attention to the word OSASM - there is nothing by this name or word . Its either OSDBA for ASM which is asmdba or OSOPER for ASM - which is asmoper

crucinal1Option: A
Feb 22, 2023

A is correct --> "The database software owner must also have the OSDBA group and (if you create them) the OSOPER, OSBACKUPDBA, OSDGDBA, OSRACDBA, and OSKMDBA groups as secondary groups."

ScottLOption: A
Apr 30, 2023

A - see RinD

dancymonkeyOption: A
Jan 16, 2024

A is correct. Here is result from Oracle DB 19c Fresh install. cat /etc/group | grep -i oracle oinstall:x:54321:oracle dba:x:54322:oracle oper:x:54323:oracle backupdba:x:54324:oracle dgdba:x:54325:oracle kmdba:x:54326:oracle racdba:x:54330:oracle

_gio_Option: D
Jul 3, 2023

Bad question, but I thin OSOPER is optional. OSASM is created as asmadmin

kaka321Option: D
Jul 23, 2023

D (OSOPER) is the only optional. note for oracle 19c grid installation A is a must. else your installation will not have access to the disk group. see below document https://docs.oracle.com/en/database/oracle/oracle-database/19/cwsol/creating-osasm-group.html#GUID-B13FBFB6-0714-4696-B52D-6DAEFF54AC38

zouveOption: D
Sep 21, 2023

The OSOPER group is used for operating system operations and is not required for Oracle Database installation.

8111Option: D
Oct 4, 2023

A system privileges group whose members are granted administrative system privileges, including OSDBA, OSASM, and other system privileges groups. Oracle Database has two standard administration groups: OSDBA, which is required, and OSOPER, which is optional. OSOPER grants the OPERATOR privilege to start up and shut down the database (the SYSOPER privilege). By default, members of the OSDBA group have all privileges granted by the SYSOPER privilege. Choose the best answer?lost on this question.

antonicaOption: E
Mar 24, 2024

The database software owner must also have the OSDBA group and (if you create them) the OSOPER, OSBACKUPDBA, OSDGDBA, OSRACDBA, and OSKMDBA groups as secondary groups.

antonicaOption: D
Mar 27, 2024

D is optional , yeah

acesonlyOption: A
May 20, 2024

A: There is a quiz in the official "Oracle Database: Deploy, Patch and Upgrade Workshop, Student Guide D105893GC10 / D106067", p.109/292: QUIZ Which one of the following groups is not required for Oracle Database installation? a. OSASM b. OSOPER c. OSDBA --- Answer: a