1z0-078Free trialFree trial

By oracle
Aug, 2025

Verified

25Q per page

Question 1

Examine this sequence of commands:

Image 1

The cluster consists of nodes HOST01, HOST02, HOST03 and HOST04, and the clusterware is running on all four nodes.
Which three statements are true about the result of the root user running these commands on HOST01? (Choose three.)

  • A: The Oracle Clusterware stack is stopped on all nodes.
  • B: The Oracle Clusterware stack is prevented from being automatically started on HOST01.
  • C: The Oracle Clusterware stack is prevented from being automatically started on all nodes.
  • D: The Oracle Clusterware stack is stopped on all nodes except HOST01.
  • E: The Oracle Clusterware stack is started on all nodes except HOST01.
  • F: The Oracle Clusterware stack is started on all nodes.

Question 2

Which two statements are true concerning diagnostic components and requirements of Oracle 19c Clusterware? (Choose two.)

  • A: The clusterware log files are stored inside the Grid Infrastructure Management Repository database used by the cluster health monitor (CHM).
  • B: The diagcollection.pl script must be run from the Grid home directory as the grid infrastructure owner.
  • C: There is one ologgerd service for the cluster health monitor (CHM) on each cluster node regardless of cluster size.
  • D: The oclumon utility may be used to get and set parameters for the cluster health monitor (CHM ) repository.
  • E: There is one osysmond service for the cluster health monitor (CHM) on each cluster node regardless of cluster size.

Question 3

Which statement is true about Oracle Database 19c SGA Management?

  • A: Oracle RAC Resource Management only allows assignment of the SGA during instance startup.
  • B: Oracle RAC Resource Management requires the same SGA value for all the instances of a RAC database which is configured during database startup only.
  • C: Oracle RAC Resource Runtime Management allows for automatic and runtime adjustment of the SGA.
  • D: Oracle RAC Resource Management only allows assignment of the SGA during database startup.

Question 4

Zero Downtime Patching uses Fleet Patching and Provisioning to patch Oracle Grid Infrastructure without bringing down Oracle RAC database instances.
Which three statements are true about Zero-Downtime Oracle Grid Infrastructure Patching? (Choose three.)

  • A: Zero Downtime Patching requires out-of-place patching of Oracle Grid Infrastructure 19c with Oracle RAC or Oracle RAC One Node databases of 19c or later releases and only the binaries in the Oracle Grid Infrastructure user space are patched.
  • B: When using Zero Downtime Patching, the root.sh script must be executed manually with -nodriverupdate option.
  • C: When using Zero Downtime Patching, Oracle Grid Infrastructure OS system software, kernel modules and system commands including ACFS, AFD, OLFS, and OKA are not updated.
  • D: Zero Downtime Patching requires in-place patching of Oracle Grid Infrastructure 19c with Oracle RAC or Oracle RAC One Node databases of 19c or later releases and only the binaries in the Oracle Grid Infrastructure user space are patched.
  • E: Zero Downtime Patching can be fully automated by selecting the option to automatically run the root.sh script.

Question 5

Which statement is true concerning the installation of an Oracle Grid Infrastructure 19c patchset and its status during the installation?

  • A: They can be applied in-place.
  • B: When performing rolling patches, the VIPs for the node being patched are relocated to another node.
  • C: Some Grid Infrastructure patchsets may not be intalled in a rolling fashion.
  • D: When performing rolling patches, crsctl query crs softwareversion always displays the earliest version of the software running anywhere in the cluster.

Question 6

Which three statements are true about the administration and use of policy sets in Oracle 19c Clusterware? (Choose three.)

  • A: All server pools in a cluster are controlled by the policy set, when user-defined policy management is used.
  • B: Clusterware administrators cannot directly modify the policy set when Quality of Service (QoS) Management is used.
  • C: A server pool can have different attributes defined for different policies in the policy set, when user-defined policy management is used.
  • D: A server pool can have the same attributes defined for different policies in the policy set, when user-defined policy management is used.
  • E: Servers in a server pool outside the control of the policy set are never affected by policy changes, when user-defined policy management is used.

Question 7

Disk group DGRP1 has these attributes:

  1. Normal redundancy
  2. Two failure groups FG1 and FG2 with two disks each
  3. Compatibility settings set to 19.0
    The FG1 failure group goes offline due to hardware failure.
    Which two statements are true? (Choose two.)
  • A: New allocation units are mirrored in the FG2 failure group until FG1 is restored and the disk group resynchronized.
  • B: The redundancy is lowered until the FG1 failgroup is restored and the disk group resynchronized.
  • C: New allocation units are not mirrored but changes to allocation units are tracked in the FG2 failure group.
  • D: Transactions on database objects stored in tablespaces in the DGRP1 disk group fail.

Question 8

You administer a RAC database that currently runs on a four-node cluster but which has three instances.
Which two statements are always true about redo logs for this RAC database? (Choose two.)

  • A: A thread of redo must be created before starting a fourth instance if a thread is not already available.
  • B: A thread of redo is automatically dropped when an instance is removed from a RAC database by using SRVCTL.
  • C: All the instances must have the same number of redo log groups and each group must have the same number of redo log members.
  • D: A redo log group added using ALTER DATABASE ADD LOGFILE without the INSTANCE clause is added to each instance.
  • E: A thread of redo must contain at least two log groups before it can be enabled.

Question 9

Which two steps must always be performed to delete node host04 from an Oracle 19c Clusterware cluster that does not use Grid Naming Service (GNS)? (Choose two.)

  • A: Run the crsctl unpin css - host04 command as root on host01, or on either host02 or host03.
  • B: Run the crsctl delete node -n host04 command as root on host04.
  • C: Run the crsctl delete node -n host04 command as root on host01, or on either host02 or host03.
  • D: Run the crsct1 unpin css - host04 command as root on host04.
  • E: Run the rootcrs.pl -deconfig -force command as root on host04.
  • F: Run the rootcrs.pl -deconfig -force command as root on host01, or on either host02 or host03.

Question 10

Which three statements are true about services and load balancing for Oracle 19c clients connecting to Oracle 19c RAC database instances? (Choose three.)

  • A: Services support the balancing of client connections across RAC database instances.
  • B: In server-side load balancing, node listener redirects the client to another node listener for connection to an instance.
  • C: Load balancing can be done by the client or the listener, but not both, for any one connection request.
  • D: Client-side connect-time load balancing can balance connection requests across SCAN listeners.
  • E: Load balancing can be done by the client, the listener, or both, for any one connection request.

Question 11

Which three statements are true regarding multitenant architecture for RAC databases? (Choose three.)

  • A: One UNDO tablespace for each PDB is required.
  • B: PDBs can have local temporary tablespaces.
  • C: You can open one, several, or all PDBs on one, several, or all CDB instances.
  • D: It requires the CDB to use shared UNDO management.
  • E: One UNDO tablespace for each instance is required.
  • F: PDBs must use shared Temporary tablespace.

Question 12

Secure Cluster Communication protects the cluster interconnect from common security threats when used together with Single Network Support. Secure Cluster Communication includes message digest mechanisms, protection against fuzzing, and uses Transport Layer Security (TLS) to provide privacy and data integrity between the cluster members.
Which statement is true about securing cluster interconnect communication?

  • A: Security for the cluster interconnect is invoked automatically as part of a new Oracle Grid Infrastructure 19c deployment or an upgrade to Oracle Grid Infrastructure 19c and Database administrators or cluster administrators do not need to make any configuration changes for this feature.
  • B: Security for the cluster interconnect is invoked automatically as part of a new Oracle Grid Infrastructure 19c deployment or an upgrade to Oracle Grid Infrastructure 19c using an auto-generated encryption key that is stored locally on each node of the cluster in an Oracle Wallet and Database administrators or cluster administrators must provide a valid path for the Wallet file.
  • C: Security for the cluster interconnect is invoked by auto-generated server certificates that will be assigned to each cluster node as part of a new Oracle Grid Infrastructure 19c deployment or an upgrade to Oracle Grid Infrastructure 19c.
  • D: Database administrators or cluster administrators must provide an encryption key during new Oracle Grid Infrastructure 19c deployment or an upgrade to Oracle Grid Infrastructure 19c to secure the interconnect communication.
  • E: Database administrators or cluster administrators must provide a valid server certificate and an Oracle Wallet for each node during new Oracle Grid Infrastructure 19c deployment or an upgrade to Oracle Grid Infrastructure 19c to secure the interconnect communication.

Question 13

Which two statements are true about v$asm- views in a clustered environment? (Choose two.)

  • A: They exist in both ASM and RDBMS instances, but they can display different outputs depending on the instance type.
  • B: Their names can be seen in v$fixed_table when connected to an instance of any type that is started.
  • C: Their names can be seen in dict when connected to an ASM instance.
  • D: gv$asm_attribute can be used to display the ASM_POWER_LIMIT attribute of all ASM instances in the cluster.
  • E: They exist in both ASM and RDBMS instances, and display the same output.

Question 14

Examine this command executed on the first node of a four-node cluster:
$ < DATABASE_ORACLE_HOME >/OPatch/opatch apply 33575673
What does this command do?

  • A: It applies a patch to one ORACLE_HOME only on the first cluster node.
  • B: It applies a patch to one database ORACLE_HOME on alll cluster nodes.
  • C: It applies a patch to all database ORACLE_HOMEs with the same release only on the first cluster node.
  • D: It applies a patch to all ORACLE_HOMEs with the same release only on the first cluster node.
  • E: It applies a patch to all database ORACLE_HOMEs with the same release on all cluster nodes.

Question 15

Which two tasks must be performed before launching the Oracle universal installer to install Oracle Database Software for RAC? (Choose two.)

  • A: SSH user equivalence for the Oracle software owner must be configured on all cluster nodes where the Database software will be installed.
  • B: Grid Infrastructure must be installed on all cluster nodes.
  • C: The Clusterware stack must be up on all cluster nodes.
  • D: The Clusterware stack must be up on all cluster nodes where the Database software will be installed.
  • E: SSH user equivalence for the Oracle software owner must be configured on all cluster nodes.
  • F: Grid Infrastructure must be installed on all cluster nodes where the Database software will be installed.

Question 16

Which two statements are true concerning Oracle 19c Clusterware-managed application VIPs? (Choose two.)

  • A: An application VIP is created on the default network by the appvipcfg utility.
  • B: Application VIPs do not fail over to surviving cluster nodes when the node hosting the VIP fails.
  • C: If an application sends messages to be displayed and sets the DISPLAY variable, then an application VIP is required.
  • D: An application VIP can be created with the crsctl utility.
  • E: An application VIP is created on the interconnect network by the crsctl utility.

That’s the end of your free questions

You’ve reached the preview limit for 1z0-078

Consider upgrading to gain full access!

Page 1 of 4 • Questions 1-25 of 78

Free preview mode

Enjoy the free questions and consider upgrading to gain full access!