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 111:

    You have a four-node cluster with four node VIPS and three scan VIPS already In use after Oracle Grid Infrastructure installation. You plan to manage a customer-developed, web-based application with the Oracle Grid Infrastructure to provide high availability. Which two statements are true about the vip application resource that must be created?

    A. The vip application must be active on the same subnet and ethernet adaptor as the Interconnect.
    B. The vip application must be active on the same subnet and ethernet adaptor as the public ip Address.
    C. The vip application must not be online on the same node as any of the scan vips.
    D. The vip application must be active on a different node than the application depending on Che by using the dispersion start dependency in the resource definition.
    E. The vip application must be enabled to run as the root user.

  • Question 112:

    You are managing a three-instance policy-managed RAC database PROD. You created a service called GL for the PROD database by using the following command: oracle@gr7597~]$srvctl add service d PROD -s GL g SP1 -c singleton -y manual Examine the following output: (oracle@gr7597~]$srvctl config database -d PROD -a Database unique name: PROD base name: PROD Oracle home: /u0l/app/oracle/product/11.2.0/dbhome_l cle user: oracle Spfile: +DATA/PROD/spfil6RACDB.ora Domain: Start options: open Stop options: immediate Database role: PRIMARY Management policy: AUTOMATIC Server pools: SPl Database instances: Disk Groups: DATA, FRA Services:

    Database is enabled Database is policy managed [oracle@gr?597~]$ crsctl stat res ora.PROD.db NAME=ora.PROD.db TYPE=cluster__resource TARGET=ONLlNE STATE^ONLINE on gr7597 ONLINE on gr7602 ONLINE on gr7633 [oracle@gr7597~]S crsctl stat serverpool ora.SPl NAME=ora.SPl ACTIVE_SERVERS=gr7S97 gr7 602 gr7633

    [oracle@gr7597-JS crsctl NAME=ora.prod.gl.svc TYPE=ora.service - type TARGET=ONLINE STATE=ONLlNE on gr7597

    Which three steps are required to enable ODP.NET clients that connect to the GL services to receive FAN High Availability Events?

    A. Enable Advanced Queuing notifications by using SRVCTL as shown in the following command: srvctl modify service -d prod --s gl --q TRUE -j LONG
    B. Execute the following statement for the users that will be connecting by way of the -Net Application, where user_name is the user name: EXECUTE DBMS_AQADM.GRANT_QUEUE_PRIVILEGE(`DEQUEUE`,`SYS.SYSSSERVICE_METRI CS' user_name);
    C. Enable Transparent Application Failover (TAF), either on the client or for the service.
    D. Enable Fast Connection Failover for ODP.NET connection pools by subscribing to FAN High Availability events. Do this by setting the HA events connection string attribute to true at connection time.
    E. Link client applications with the client thread or operating system library.

  • Question 113:

    A Grid Plug and Play (GPnP) software image must contain at least three items. Which three items are required?

    A. operating system software
    B. Oracle Database software
    C. GPnP software
    D. security certificate of the provisioning authority
    E. application software

  • Question 114:

    Which two statements are true about instance recovery in a RAC environment?

    A. Parallel instance recovery will work even if the recovery_parallelism initialization parameter set to 0 or 1.
    B. Increasing the size of the default buffer cache can speed up instance recovery because instance recovery may use as much as 50 percent of the default buffer cache for recovery buffers.
    C. The fast_start_mttr_target initialization parameter includes both instance startup and recovery time.
    D. The fast__start_mttr_target initialization parameter specifies only the instance recovery time.

  • Question 115:

    You have an ASM cluster and you want to terminate all the ASM instances. Assume that the database Instances supported by the ASM are already shut down. What must you know to select the appropriate command for this operation?

    A. Are the OCR and voting disk files stored In ASM diskgroups?
    B. Are the SYSTEM and SYSAUS tablespaces stored In ASM diskgroups?
    C. Is the undo tablespace stored in ASM diskgroups?
    D. Are the redo log files stored in ASM diskgroups?

  • Question 116:

    In the high availability services' provided by Oracle Clusterware are used to protect Oracle resource such as RAC database instances, RAC database services, and other components of the Oracle Infrastructure, and non-Oracle resources as well. Which two statements are true about the high availability capabilities of Oracle HA services?

    A. RAC databases may have their instances failed over in some cases.
    B. ASM instances may be failed over if fewer than three nodes remain In the cluster, so that there are always at least three ASM instances available.
    C. If a node fails, then all resources that were active on that node will be failed over to a surviving node if any exists.
    D. If a node fails, then cluster resources that were active on that node may be failed over to a surviving node if any exists, but local resources are not failed over.
    E. HA services will only fail over a resource upon failure of the node where the resource was active.

  • Question 117:

    You are creating a resource definition called WEBAPP for a web-based application that requires an application called WEBVIP.

    Both WEBVIP and WEBAPP are normally active on a single node, but may fail over if required to another cluster node in your eight-node cluster.

    A second VIP application resource called appsvip exists, used by a second application resource called secapp. webvip and webapp must start In the correct sequence.

    Which two start dependencies would you use for the WEBAPP application resource definition?

    A. hard(SECAPP)
    B. pullup(SECAPP)
    C. pullup (WEBVIP)
    D. hard(WEBVlP)
    E. dispersion(WEBVIP)
    F. weak (WEBVIP)

  • Question 118:

    Which three statements are true about Clusterware resource debugging?

    A. The crsctl command can be used to set debugging for Clusterware resources by using the following syntax: crsctl set log resource "resource_name:logging_level".
    B. Enabling logging for Clusterware resources can negatively affect cluster performance, so it should be used only when required.
    C. After collecting debugging data for a specific Clusterware resource, terminate the collection of debugging data by issuing the crsctl set log resource "resource_name:stop" command.
    D. Although the crsctl command can be used to dynamically affect logging for Clusterware resources, you can also configure resource debugging automatically by specifying a logging_ievel clause in the Grid_Home/log/hostname/admin/ clscfg.ini file.
    E. Debugging cannot be set for user-defined resources.

  • Question 119:

    Which statement describes the requirements for the network interface names, such as eth0, in Oracle Clusterware?

    A. Only the public interface names must be the same for all nodes.
    B. Only the private interface names must be the same for all nodes.
    C. Both the public interface name and the private interface name must be the same for all nodes.
    D. Both the public interface name and the private interface name can vary on different nodes.
    E. Only the private interface names can be different on different nodes.
    F. Only the public interface names can be different on different nodes.

  • Question 120:

    Examine the following details from the AWR report for your three-instance RAC database: Which inferences is correct?

    A. There are a large number of requests for cr blocks or current blocks currently in progress.
    B. Global cache access is optimal without any significant delays.
    C. The log file sync waits are clue to cluster interconnect latency.
    D. To determine the frequency of two-way block requests you must examine other events In the report.

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.