1z0-083 Exam QuestionsBrowse all questions from this exam

1z0-083 Exam - Question 168


Which three are true about Oracle Grid Infrastructure for a Standalone Server? (Choose three.)

Show Answer
Correct Answer: BDEF

Oracle Grid Infrastructure for a Standalone Server does not require the Oracle ASM Filter Driver (ASMFD) or Oracle ASMLib, so options A and C are excluded. The operating system ORACLE_BASE environment variable must be predefined, as it is crucial for installation, supporting option B. Automatic Storage Management (ASM) does require that the OSASM and OSDBA groups are assigned as secondary groups for its installation owner, making option D correct. It includes both Oracle Restart and Oracle Automatic Storage Management (ASM) software, validating option F. Therefore, the correct answers are B, D, and F.

Discussion

8 comments
Sign in to comment
ilputtoOptions: DEF
Jan 6, 2023

as per documentation https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/database-installation-guide-linux.pdf oracle_base is UNSET and of couse a disk grup is created by oui at the end of process

jackymakOptions: DEF
Feb 7, 2023

D: https://docs.oracle.com/database/121/OSTMG/GUID-5DAEB139-6FAD-4129-A0ED-DF61EDA1B2B8.htm#OSTMG-GUID-5DAEB139-6FAD-4129-A0ED-DF61EDA1B2B8 F: https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/about-oracle-grid-infrastructure-for-a-standlone-server.html#:~:text=Oracle%20Grid%20Infrastructure%20for%20a%20standalone%20server%20includes%20Oracle%20Restart%20and%20Oracle%20Automatic%20Storage%20Management

ErikJanssenOptions: DEF
Mar 14, 2023

I think DEF as well. D: https://docs.oracle.com/en/database/oracle/oracle-database/19/cwlin/about-oracle-installation-owner-accounts.html#GUID-39A48A63-E41F-4034-8C54-08D8E11A4F4C

hilaireOptions: CEF
Jan 10, 2023

CEF my opinion it requires ASMLIB

hilaire
Jan 16, 2023

Sorry DEF ASMLIB not mandotory

_gio_Options: BEF
Jul 14, 2023

I think BEF. both OSASM and OSDBA are not required. as explain here: https://docs.oracle.com/en/database/oracle/oracle-database/19/cwlin/example-of-creating-minimal-users-roles-groups.html#GUID-103186A1-74E0-42A8-AC3D-15AF833DCB40 you can install Oracle grid with only OSDBA (no separation of duties in this case). B is correct because if server already has instances installed you must unset oracle_base. If server has no instances installed installer use oracle_base for installation. Here the reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/cwlin/grid-infrastructure-installation-and-upgrade-guide-linux.pdf

dancymonkey
Jan 24, 2024

Agreed BEF If you do not designate a separate group as the OSASM group, but you do define an OSDBA group for database administration, then by default the OSDBA group you define is also defined as the OSASM group. User Environment Configuration Checklist for Oracle Grid Infrastructure OUI creates an Oracle base and central inventory, and creates an Oracle inventory using information in the following priority: –In the path indicated in the ORACLE_BASE environment variable set for the installation owner user account. –In an Optimal Flexible Architecture (OFA) path (u[0199]/app/owner where owner is the name of the user account running the installation), if that user account has permissions to write to that path.

piontkOptions: DEF
Sep 19, 2023

OSASM and OSDBA are required, you can see it performing a grid install, step 5 of installation process. They can be configured to use the same OS group, but it must be a secondary group for grid owner.

Kuraudio
Jan 5, 2024

A is wrong: "Starting with Oracle Grid Infrastructure 12c Release 2 (12.2), Oracle ASM Filter Driver (Oracle ASMFD) cannot be installed and configured if Oracle ASMLIB has been installed on the system. If you want to install and configure Oracle ASMFD, you must first uninstall Oracle ASMLIB. "

acesonlyOptions: BEF
May 19, 2024

BEF is surely the correct answer. I just rechecked the documentation and the official lectures.