1Z0-058 Exam Details

  • Exam Code
    :1Z0-058
  • Exam Name
    :Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :139 Q&As
  • Last Updated
    :Dec 14, 2021

Oracle 1Z0-058 Online Questions & Answers

  • Question 71:

    As part of the preinstatlation process for adding two new nodes to your four-node UNIX cluster, you are in discussions with the OS administrators about the operating system Installation and setup for the two new nodes called RACNODE5 and RACNODE6. The nodes have already been connected to the network infrastructure and the administrators are ready for the OS installation. Which two methods fulfill the installation requirements?

    A. Install a new image of the OS, then configure SSH for the root user.
    B. Install a cloned image of the OS that at least matches the existing node images for drivers, patches, and updates.
    C. Install a new image of the OS, that at least matches an existing node for drivers, patches, and updates, and create the necessary OS users and groups with user and group IDs matching those on the existing nodes.
    D. Install a new image of the OS that at least matches the existing node Images for drivers.
    E. Install a new image of the OS, and create the necessary OS users and groups with any user and group IDs.

  • Question 72:

    You are managing a three-Instance RAC database. In the AWR report, you notice a gc current block busy wait event on one of the database Instances, in the cluster top timed events section. What are two possible reasons for this wait event?

    A. Access to blocks was delayed as the blocks were pinned In exclusive mode for updates by some sessions.
    B. Access to blocks was delayed by log writes on remote Instance.
    C. Frequently used select statements are causing high disk Input/output contention.
    D. CPU shortages.

  • Question 73:

    You plan to remove a node called RACNODE4 from a four-node cluster. The cluster is running Oracle Grid Infrastructure 11g Release 2 and there is also a database home with cluster databases running Oracle Database version 11g Release

    1. This older home supports different applications that have not been certified to run on the latest release. The cluster databases for Oracle Database 11g Release 1 each had four Instances at one time, but currently only the first two nodes,

    RACNODE1 and RACNODE2, are running instances of those databases.

    Which two additional steps are required when deleting a node from a cluster in this situation?

    A. Run crsctl pin css -n RACNODE1, RACNODE2 as root if the nodes are unpinned.
    B. Run crsctl pin css -n RACNODE4 as the Grid Infrastructure owner if RACNODE4 is unpinned.
    C. Run olsnodes -t -n to list all cluster nodes that are pinned.
    D. Run crsctl unpin css - RACNODE4 as the Grid Infrastructure owner if RACNODE4 is pinned.
    E. Run crsctl unpin css - RACNODE4 as root if RACNODE 4 is pinned.
    F. Run crsctl nodelist -t -n to list all cluster nodes that are pinned.

  • Question 74:

    Which three predefined database-type templates already include the data files when creating an Oracle Cluster database?

    A. General Purpose
    B. Transaction Processing
    C. Custom Database
    D. Data Warehouse
    E. OLAP Database

  • Question 75:

    You notice that there is a very high percentage of wait time for the gc current split event in your RAC database that has frequent insert operations. Which two recommendation would you make to reduce this problem?

    A. shorter transactions
    B. using hash partitioned global indexes
    C. uniform and large extent sizes
    D. automatic segment space management
    E. smaller extent sizes
    F. increasing sequence cache sizes

  • Question 76:

    You are managing a policy-managed Real Application Cluster (RAC) database, RACDB with Oracle Managed Files (OMF) enabled. Examine the following outputs:

    You added a new server to the server pool using the following command: [oracle@gr5153 ~]$ srvctl modify srvpool -g POOL1 -i 0 -l 2 -u 4 -n gr5119

    The instance on the newly added node is started by the Oracle Clusterware. Automatic Storage Management (ASM) is used as the storage option.

    Which statement is true regarding the redo log files for the instance?

    A. Oracle Clusterware automatically creates and enables a new thread of red
    B. You must create redo log groups for the newly added service.
    C. Redo log members will not be created automatically because storage option used is ASM.
    D. The newly added instance must save full online log groups tracked in the control file.

  • Question 77:

    Choose the two correct commands that will successfully create an ASM cluster file system (ACFS) and register the mount point on a Linux/UNIX system.

    A. mkfs -t asm /dev/asm/testvol-461 -n "testvol"
    B. mkfs -t acfs /dev/asm/testvol-461 "testvol"
    C. crsctl -r mountpoint /dev/asm/testvol-461 /u01/app/grid/acfsmounts/acfs_testvol
    D. acfsutil registry -a -f /dev/asm/testvol-461 /u01/app/grid/acfsmounts/acfs_testvol

  • Question 78:

    You use the following command to create a disk group:

    CREATE DISRGROUP DATA NORMAL REDUNDANCY FAILGROUP fg_f ra_l DISK '/dev/sda6' NAME FRA_DISKl, '/dev/sda7' NAME FRA_DISK2 FAILGROUP fg_fra_2 DISK '/dev/sdb1' NAME FRA_DISK3, '/dev/sdb2' NAME FRA_DISK4 FAILGROUP fg_fra_3 DISK '/dev/sdc1' NAME FRA_DISK5, '/dev/sdc2' NAME FRA_DISK6 ATTRIBUTES 'AU_SIZE' = '4M' 'compatible.rdbms' = '11.1.0';

    Which two statements are true about the data disk group?

    A. Each disk in a failure group is a mirror of the corresponding disk in the other failure groups. For example, FRA_DISK2 is a mirror of FRA_DISK4 and FRA_DISK6.
    B. By default, the files created in this disk group must have, for each extent, one primary copy and two mirror copies; one on each of the failure groups.
    C. Because the size clause is not used, the disk group uses the same amount of space on each disk.
    D. The 'compatible. rdbms' attribute specifies the minimum COMPATIBLE setting for any database using this disk group.
    E. If the FRA_DISK2 disk fails, there are mirrored copies in one of the other failure groups for any primary extents that are on FRA_DISK2.
    F. The allocation unit, AU_SIZE, sets the size of the disk read and write to ASM diskgroups.

  • Question 79:

    Which three fragments will complete this statement correctly? In a cluster environment, an ACFS volume___________.

    A. Will be automatically mounted by a node on reboot by default
    B. Must be manually mounted after a node reboot
    C. Will be automatically mounted by a node if it is defined as cluster stack startup if it is included in the ACFS mount registry.
    D. Will be automatically mounted to all node if it is defined as cluster resource when dependent cluster resources requires access
    E. Will be automatically mounted to all node in the cluster when the file system is registered
    F. Must be mounted before it can be registered

  • Question 80:

    You are managing a policy-managed three-instance RAC database. You ran database ADDM for the database and noticed gc current block congested and gc cr block congested waits. What are two possible reasons for these wait events?

    A. The wait events indicate a delay in processing has occurred in the Global Cache Services (GCS), which is usually caused by high load.
    B. The wait times indicate that the blocks must wait after initiating a gc block request, for the round trip from the start of the wait until the blocks arrive.
    C. The wait events indicate that there is block contention resulting in multiple requests for access to local blocks.
    D. The wait events indicate that the local instance making the request for current or consistent read blocks was waiting for logical I/O from its own buffer cache at the same time.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-058 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.