Exam Details

  • Exam Code
    :1Z0-062
  • Exam Name
    :Oracle Database 12c: Installation and Administration
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :411 Q&As
  • Last Updated
    :Dec 24, 2024

Oracle Oracle Certifications 1Z0-062 Questions & Answers

  • Question 251:

    You plan to implement the distributed database system in your company. You invoke Database

    Configuration Assistant (DBCA) to create a database on the server. During the installation, DBCA prompts

    you to specify the Global Database Name.

    What must this name be made up of?

    A. It must be made up of a database name and a domain name.

    B. It must be made up of the value in ORACLE_SID and HOSTNAME.

    C. It must be made up of the value that you plan to assign for INSTANCE_NAME and HOSTNAME.

    D. It must be made up of the value that you plan to assign for ORACLE_SID and SERVICE_NAMES.

  • Question 252:

    In order to exploit some new storage tiers that have been provisioned by a storage administrator, the partitions of a large heap table must be moved to other tablespaces in your Oracle 12c database?

    Both local and global partitioned B-tree Indexes are defined on the table.

    A high volume of transactions access the table during the day and a medium volume of transactions access it at night and during weekends.

    Minimal disrupt ion to availability is required.

    Which three statements are true about this requirement? (Choose three.)

    A. The partitions can be moved online to new tablespaces.

    B. Global indexes must be rebuilt manually after moving the partitions.

    C. The partitions can be compressed in the same tablespaces.

    D. The partitions can be compressed in the new tablespaces.

    E. Local indexes must be rebuilt manually after moving the partitions.

  • Question 253:

    Which three are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled? (Choose three.)

    A. Reduced logical I/O

    B. Reduced virtual memory utilization

    C. Improved parallel Execution performance

    D. Improved Serial Execution performance

    E. Reduced physical I/O

    F. Reduced CPU utilization

  • Question 254:

    Your multitenant container database, CDB1, is running in ARCHIVELOG mode and has two pluggable databases, HR_PDB and ACCOUNTS_PDB. An RMAN backup exists for the database.

    You issue the command to open ACCOUNTS_PDB and find that the USERDATA.DBF data file for the default permanent tablespace USERDATA belonging to ACCOUNTS_PDB is corrupted.

    What should you do before executing the commands to restore and recover the data file in ACCOUNTS_PDB?

    A. Place CDB1 in the mount stage and then the USERDATA tablespace offline in ACCOUNTS_PDB.

    B. Place CDB1 in the mount stage and issue the ALTER PLUGGABLE DATABASE accounts_pdb CLOSE IMMEDIATE command.

    C. Issue the ALTER PLUGGABLE DATABASE accounts_pdb RESTRICTED command.

    D. Take the USERDATA tablespace offline in ACCOUNTS_PDB.

  • Question 255:

    Which Oracle Database component is audited by default if the unified Auditing option is enabled?

    A. Oracle Data Pump

    B. Oracle Recovery Manager (RMAN)

    C. Oracle Label Security

    D. Oracle Database Vault

    E. Oracle Real Application Security

  • Question 256:

    Your multitenant container (CDB) containing three pluggable databases (PDBs) is running in ARCHIVELOG mode. You find that the SYSAUX tablespace is corrupted in the root container.

    The steps to recover the tablespace are as follows:

    1.

    Mount the CDB.

    2.

    Close all the PDBs.

    3.

    Open the database.

    4.

    Apply the archive redo logs.

    5.

    Restore the data file.

    6.

    Take the SYSAUX tablespace offline.

    7.

    Place the SYSAUX tablespace online.

    8.

    Open all the PDBs with RESETLOGS.

    9.

    Open the database with RESETLOGS.

    10.

    Execute the command SHUTDOWN ABORT.

    Which option identifies the correct sequence to recover the SYSAUX tablespace?

    A. 6, 5, 4, 7

    B. 10, 1, 2, 5, 8

    C. 10, 1, 2, 5, 4, 9, 8

    D. 10, 1, 5, 8, 10

  • Question 257:

    Which two statements are true about the use of the procedures listed in the v$sysaux_occupants.move_procedure column? (Choose two.)

    A. The procedure may be used for some components to relocate component data to the SYSAUX tablespace from its current tablespace.

    B. The procedure may be used for some components to relocate component data from the SYSAUX tablespace to another tablespace.

    C. All the components may be moved into SYSAUX tablespace.

    D. All the components may be moved from the SYSAUX tablespace.

  • Question 258:

    Which statement is true about Oracle Net Listener?

    A. It acts as the listening endpoint for the Oracle database instance for all local and non-local user connections.

    B. A single listener can service only one database instance and multiple remote client connections.

    C. Service registration with the listener is performed by the process monitor (PMON) process of each database instance.

    D. The listener.ora configuration file must be configured with one or more listening protocol addresses to allow remote users to connect to a database instance.

    E. The listener.ora configuration file must be located in the ORACLE_HOME/network/admin directly.

  • Question 259:

    You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.

    In which three ways can you re-create the lost disk group and restore the data? (Choose three.)

    A. Use the MD_RESTORE command to restore metadata for an existing disk group by passing the existing disk group name as an input parameter and use RMAN to restore the data.

    B. Use the MKDG command to restore the disk group with the same configuration as the backed-up disk group and data on the disk group.

    C. Use the MD_RESTORE command to restore the disk group with the changed disk group specification, failure group specification, name, and other attributes and use RMAN to restore the data.

    D. Use the MKDG command to restore the disk group with the same configuration as the backed-up disk group name and same set of disks and failure group configuration, and use RMAN to restore the data.

    E. Use the MD_RESTORE command to restore both the metadata and data for the failed disk group.

    F. Use the MKDG command to add a new disk group DG1 with the same or different specifications for failure group and other attributes and use RMAN to restore the data.

  • Question 260:

    Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and

    ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.

    A user issues a query on a table on one of the PDBs and receives the following error:

    ERROR at line 1:

    ORA-01565: error in identifying file `/u01/app/oracle/oradata/CDB1/temp01.tmp'

    ORA-27037: unable to obtain file status

    Identify two ways to rectify the error.

    A. Add a new temp file to the temporary tablespace and drop the temp file that that produced the error.

    B. Shut down the database instance, restore the temp01.tmp file from the backup, and then restart the database.

    C. Take the temporary tablespace offline, recover the missing temp file by applying redo logs, and then bring the temporary tablespace online.

    D. Shutdown the database instance, restore and recover the temp file from the backup, and then open the database with RESETLOGS.

    E. Shut down the database instance and then restart the CDB and PDBs.

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-062 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.