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

    Which interconnect design is NOT supported for Oracle Clusterware?

    A. crossover cable design
    B. single switch design
    C. multiple switch design
    D. redundant interconnect design

  • Question 2:

    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:

    [oracIe@gr7597~]$ srvctl add service -d PROD -s GL -g SP1 -c singleton -y manual Examine the following output: [oracIe@gr7597~]$ srvctl config database -d PROD -a Database unique name: PROD Database name: PROD Oracle home: /u01/app/oracle/product/11.2.0/dbhome_1 Oracle user: oracle Spfile: +DATA/PROD/spfileRACDB.ora Domain: Start options: open Stop options: immediate Database role: PRIMARY Management policy: AUTOMATIC Server pools: SP1 Database instances: Disk Groups: DATA, FRA Services: Database is enabled Database is policy managed [oracIe@gr7597~]$ crsctl stat res ora.PROD.db NAME=ora.PROD.db TYPE=cluster_resource TARGET=ONLINE STATE=ONLINE on gr7597 ONLINE on gr7602 ONLINE on gr7633 [oracIe@gr7597~]$ crsctl stat serverpool ora.SP1 NAME=ora.SP1 ACTIVE_SERVERS=gr7597 gr7602 gr7633 [oracleç”®r7597-]$ crsctl stat res ora.prod.gl.svc NAME=ora.prod.gl.svc TYFE=ora.service.type TARGET=ONLINE STATE=ONLINE on gr7597 Which three steps are required to enable ODP.NET clients that connect to the GL service 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.SYS$SERVICE_METRICS', 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 3:

    You are managing a single-instance database and your company wants to convert the single instance database to an Oracle RAC database. You plan to use the rconfig utility to accomplish this task.

    What are the prerequisites for converting the single-instance database to an Oracle RAC database?

    A. Oracle Clusterware and Oracle Database software are installed on all target nodes.
    B. The Oracle Database binary is enabled for Oracle RAC on all target nodes.
    C. The database being converted has been backed up successfully.
    D. Oracle Clusterware is stopped.
    E. Automatic Storage Management (ASM) must be enabled and the ASM disk should be available on all nodes.

  • Question 4:

    Your cluster was originally created with nodes RACNODE1 and RACNODE2 three years ago. Last year, nodes RACNODE3 and RACNODE4 were added.

    These nodes have faster processors and more local storage than the original nodes making performance management and tuning more difficult.

    Two more nodes with the same processor speed have been added to the cluster last week as RACNODE5 and RACNODE6 and you must remove RACNODE1 and RACNODE2 for redeployment.

    The Oracle Grid Infrastructure is using GNS and the databases are all 11g Release 2, all running from the same home. The Grid home is /fs01/home/grid.

    Which three steps must be performed to remove the nodes from the cluster?

    A. Run /fs01/home/grid/oui/bin/runInstaller -updateNodeList ORACLE_HOME=/fs01/home/grid "CLUSTER_NODES= {RACNODE3 , RACNODE4 , RACNODE5 , RACNODE6} as the grid software owner on any remaining node.
    B. Run /fs01/home/grid/oui/bin/runInstaller -updateNodeList ORACLE_HOME=/fs01/home/grid " CLUSTER_NODES={RACNODE1} as the grid software owner on RACNODE1 and run /fs01/home/ grid/oui/bin/runInstaller -updateNodeList ORACLE_HOME=/ fs01/home/grid " CLUSTER_NODES={RACNODE 2} as the grid software owner on RACNODE2.
    C. Run /fs01/home/grid/oui/bin/runInstaller -detachHome ORACLE_HOME=/fs01/home/grid as the grid software owner on RACNODE1 and RACNODE2.
    D. Run the /fs01/home/grid/crs/install/rootcrs.pl script as root on each node to be deleted.
    E. Run crsctl delete node -n RACNODE1 and crsctl delete node -n RACNODE2 as root from any node remaining in the cluster.

  • Question 5:

    Your RAC database has a high volume of inserts into the SALES table. Sequence SALES_SEQ is used to generate primary key values. Examine the following query output:

    SQL> SELECT sequence_name, min_value, max_value, increment_by, cache_size FROM dba_sequences ;

    Output:

    What would you recommend to improve the response times?

    A. Increasing size of undo tablespaces
    B. increasing sequence cache sizes

  • Question 6:

    On the OUI Grid Plug and Play information page, you can configure GRID Naming Service (GNS). What will be the SCAN Name field default to if you enter cluster01 in the cluster Name field and cluster01.example.com in the GNS Sub Domain field?

    A. cluster01.example.com
    B. cluster01-qns.example.com
    C. cluster01-scan.cluster01.example.com
    D. cluster-vip.example.com

  • Question 7:

    You installed the Oracle Grid Infrastructure on a four-node cluster before discussing the network requirements with the network administrator who was on holiday.

    You created a single scan named mydb-scan.myclust.example.com by adding this name to the /etc/hosts file. As a result, the Grid Infrastructure has four node listeners and node VIP but only a single SCAN listener and SCAN VIP. The network administrator has returned and modified the corporate DNS server to associate three IP addresses with the mydb-scan.myclust.example.com scan name. The SCAN VIPs are on the same network as the node VIPs. You now must replace the single SCAN VIP and listener with three of each for high availability purposes and make certain that the SCANs and listeners are active. Which procedure will do this properly if run as the root user?

    A. srvctl stop scan_listener srvctl stop scan srvctl start scan srvctl start scan_listener
    B. srvctl stop scan_listener srvctl stop scan srvctl remove scan srvctl add scan -n MYDB-SCAN.MYCLUST.EXAMPLE.COM srvctl start scan srvctl start scan_listener
    C. srvctl add scan -n MYDB-SCAN.MYCLUST.EXAMPLE.COM srvctl start scan srvctl start scan_listener
    D. srvctl stop scan_listener srvctl stop scan srvctl remove scan srvctl add scan srvctl start scan srvctl start scan listener

  • Question 8:

    The System Global Area (SGA) for the ASM instance contains distinct memory areas. Choose three areas that are contained within the ASM SGA.

    A. Shared Pool
    B. Buffer Cache
    C. Log Buffer
    D. Large Pool
    E. ASM Cache
    F. Streams Pool

  • Question 9:

    During the installation of Oracle Grid Infrastructure 11.2, it is possible to incorporate failure isolation support by using Intelligent Platform Management Interface (IPMI). Which four statements regarding IPMI configuration are true?

    A. Each cluster member node requires a Baseboard Management Controller (BMC), which runs a firmware compatible with IPMI version 1.5.
    B. The ethernet port on each cluster node used by BMC must be connected to the IPMI management network.
    C. Each node in the cluster must have an IPMI driver installed.
    D. The cluster requires a dedicated network specifically for IPMI.
    E. If you intend to use IPMI, you must provide an administration account username and password when prompted during installation.

  • Question 10:

    You want to reorganize the DATA diskgroup while continuing database operations. The DATA diskgroup was created using normal redundancy having one disk per failure group. The two disks used are /dev/sdal and /dev/sda2.

    You plan to drop the existing disks and add the /dev/sdb1 and /dev/sdb2 disks to failure group FG_C and the /dev/sdcl and /dev/sdc2 disks to failure group FG_D.

    Which procedure would you use to minimize the effect of the I/Os of this reorganization on ongoing database operations?

    A. Set rebalance power to 0 for diskgroup DATA. Add failure group FG_C with all the /dev/sdb disks. Add failure group FG_D with all the /dev/sdc disks. Drop disks/dev/sda1 and /dev/sda2. Set rebalance power to 1 for diskgroup DATA.
    B. Set rebalance power to 0 for diskgroup DATA. Add failure group FG_C with all the /dev/sdb disks. Add failure group FG_D with all the /dev/sdb disks. Drop disks/dev/sda1 and /dev/sda2. Set rebalance power to 9 for diskgroup DATA.
    C. Set rebalance power to 9 for diskgroup DATA. Add failure group FG_C with all the /dev/sdb disks. Add failure group FG_D with all the /dev/sdc disks. Drop disks /dev/sda1 and /dev/sda2. Set rebalance power to 0 for diskgroup DATA.
    D. Set rebalance power to 0 for diskgroup DATA Drop disks /dev/sdal and /dev/sdb disks. Add failure group FG_C with all the /dev/sdb disks. Add failure group FG_D with all the /dev/sdc disks Set rebalance power to 1 for diskgroup DATA.

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.