oracle.examskey.1z0-070.v2018-09-26.by.christopher...2018/09/26  · question 8 you wish to...

40
https://www.gratisexam.com/ 1z0-070.exam.52q Number : 1z0-070 Passing Score : 800 Time Limit : 120 min https://www.gratisexam.com/ 1z0-070 Oracle Exadata X5 Administration

Upload: others

Post on 04-Jun-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

1z0-070.exam.52q

Number: 1z0-070Passing Score: 800Time Limit: 120 min

https://www.gratisexam.com/

1z0-070

Oracle Exadata X5 Administration

Page 2: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Exam A

QUESTION 1Which three storage components are available after nonvirtualized standard deployment of an X5 Database Machine using high-capacity disks?

A. mirrored system area on hard disk 0, hard disk 1, and hard disk 2

B. Exadata Smart Flash Cache using all of the flashdisk space

C. the DBFS_DG diskgroup with high redundancy

D. mirrored system area on hard disk 0 and hard disk 1

E. the RECO_<DBM_Name> ASM diskgroup

F. the DATA_<DBM_Name> ASM diskgroup

Correct Answer: CEFSection: (none)Explanation

Explanation/Reference:The first two disks of Exadata Storage Server are system disks. Oracle Exadata Storage Server Software system software resides on a portion of each of thesystem disks. These portions on both system disks are referred to as the system area.

The default configuration on Exadata is to have 3 diskgroups - DATA, RECO, and DBFS_DG.

QUESTION 2You plan to monitor the ASM configuration on an X5 Database Machine as part of your role supporting Exadata-based ASM diskgroups.

You want to check for potential space problems that take ASM mirroring requirements into account.

Which two values would you monitor from V$ASM_DISKGROUP or by using the ASMCMD LSDG command?

A. cold_used_mb

B. total_mb

https://www.gratisexam.com/

C. required_mirror_free_mb

Page 3: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

D. free_mb

E. usable_file_mb

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:Determine the Amount of Available SpaceTo increase the size of the disks in a disk group you must either have unallocated disk space available, or you have to reallocate space currently used by a differentdisk group.

Example: View the space currently used by the disk groups.SELECT name, total_mb, free_mb, total_mb - free_mb used_mb, round(100*free_mb/total_mb,2) pct_freeFROM v$asm_diskgroupORDER BY 1;

The example above shows that the DATAC1 disk group has only about 15% of free space available while the RECOC1 disk group has about 87% free disk space.The PCT_FREE displayed here is raw free space, not usable free space. Additional space is needed for rebalancing operations.

References: http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-administering-asm.htm#SAGUG20526

QUESTION 3You are planning your deployment of Enterprise Manager to monitor all the components of an X5 Database Machine.

A part of the requirement is to provide for high availability of the monitoring infrastructure.

If the host running the agent that has Database Machine targets bound to it fails, the monitoring of these targets must be done by another agent.

Page 4: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Which three statements are true regarding the configuration used to support this requirement?

A. Database Machine plug-ins must be deployed to at least two Enterprise Manager agents.

B. Fail back to the original agent when the host is restarted is done automatically.

C. Fail over to any secondary agent is done automatically.

D. Fail over to any secondary agent must be done manually.

E. Database machine plug-ins must be deployed to all Enterprise Manager agents.

F. Fail back to the original agent when the host is restarted must be done manually.

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:

QUESTION 4An Exadata storage server physical disk on an X5 high-capacity full rack entered the predictive failure state.

Identify the two steps that you must perform to replace this failed physical disk.

A. Add the griddisks back into the ASM diskground they used to be a member of.

B. Create a new celldisk and new griddisks on the replaced physical disk.

C. Verify that the griddisks located on the physical disk have been successfully dropped from the associated ASM diskgroups.

D. Identify the griddisks located on the failed physical disk and drop them from the associated ASM diskgroups.

E. Replace the failed physical disk.

Correct Answer: CESection: (none)Explanation

Explanation/Reference:You may need to replace a physical disk because the disk is in warning - predictive failure status. The predictive failure status indicates that the physical disk willsoon fail, and should be replaced at the earliest opportunity. The Oracle ASM disks associated with the grid disks on the physical drive are automatically dropped,and an Oracle ASM rebalance relocates the data from the predictively failed disk to other disks.

Note: After the physical disk is replaced, the grid disks and cell disks that existed on the previous disk in that slot are re-created on the new physical disk. If thosegrid disks were part of an Oracle ASM group, then they are added back to the disk group, and the data is rebalanced on them, based on the disk group redundancy

Page 5: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

and ASM_POWER_LIMIT parameter.

References: http://docs.oracle.com/cd/E80920_01/DBMMN/maintaining-exadata-storage-servers.htm#DBMMN21047

QUESTION 5Which two completely prevent a Smart Scan from occurring?

A. querying a table containing many chained rows

B. querying a table containing many migrated rows

C. performing a minimum or maximum function on an indexed column

D. performing a Fast Full Index scan on a reverse key index

E. referencing more than 255 columns form an OLTP compressed table in a query

F. querying a table containing a JSON column

Correct Answer: BESection: (none)Explanation

Explanation/Reference:B: Migrated Rows is a special case of chained rows. Migrated rows still affect performance, as they do in conventional storage situations, but with the additionaloverhead of reducing the beneficial effects of “Smart Scan” in addition to increasing the number of I/Os

E: Smart Scans - broadly speaking and ignoring edge cases - can only transport a maximum of 254 columns from a single (non-HCC) segment. Requesting morecolumns will simply disable Smart Scans for that segment.

An interesting limitation to Exadata Smart Scans - if more than 254 columns from a table (not HCC compressed, more on that in moment) need to be projected,Smart Scans for that particular segment will be disabled and Exadata will fall back to conventional I/O. This means that the number of columns in the projectionclause can make a significant difference to performance, since only Smart Scans allow taking advantage of offloading and particularly avoiding I/O via StorageIndexes.

Incorrect Answers:A: Smart scan can cope with some cases of chained rows

References: http://oracle-randolf.blogspot.se/2013/01/exadata-smart-scan-projection-limitation.html

QUESTION 6Which statement is true about operating systems in an X5 Database Machine multirack configuration consisting of two full racks and one Exadata storageexpansion rack?

A. All Exadata storage servers used by the same virtual cluster nodes must run the same O/S but Exadata Storage Servers in different clusters may run different

Page 6: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

operating systems.

B. All Exadata storage servers must run the Oracle Solaris O/S and all database servers within the same cluster must run Oracle Linux.

C. All Exadata storage servers may run Oracle Virtual Machine (OVM).

D. All Exadata storage servers must run Oracle Linux.

E. All Exadata storage servers must run the Oracle Linux O/S and all database servers within the same cluster must run the same version of Oracle VirtualMachine (OVM).

Correct Answer: DSection: (none)Explanation

Explanation/Reference:On both physical and virtual deployments, Exadata systems use minimal Linux distributions to ensure that just the RPMs needed to run Oracle database, areinstalled and enabled.

References: http://www.oracle.com/technetwork/database/exadata/exadata-x5-2-ds-2406241.pdf

QUESTION 7Which two are true about Smart Scan?

A. A query rewrite may occur to a materialized view stored in Exadata, and it will always benefit from Smart Scan.

B. Column projection does not contribute to the performance benefit of Smart Scan.

C. A query rewrite may occur to a materialized view stored in Exadata but will never benefit from Smart Scan.

D. It is possible to offload single row functions to the Exadata Storage Servers.

E. Join processing can be partly offloaded to Exadata Storage Servers.

F. Join processing can be fully offloaded to Exadata Storage Servers.

Correct Answer: DESection: (none)Explanation

Explanation/Reference:D: With Exadata storage, database operations are handled much more efficiently. Queries that perform table scans can be processed within Exadata storage withonly the required subset of data returned to the database server. Row filtering, column filtering and some join processing (among other functions) are performedwithin the Exadata storage cells. When this takes place only the relevant and required data is returned to the database server.

E: With Smart Scan processing, row filtering, column filtering, some join processing, and other functions are performed in the Exadata cells.

References: http://www.centroid.com/blog/exadata-smart-scan-processing

Page 7: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

QUESTION 8You wish to determine if the I/O resource management plan that you created has helped improve the performance of OLTP category I/Os on your X6 ExadataDatabase Machine.

You decide to examine the relevant metrics on all the cells, to see whether the I/O rate has improved for this category compared to last week, and whether waitsand wait time have been reduced.

You issue this command on the first cell:

You examine the output from the first cell which contains:

Which two sets of metrics would you use to determine whether the I/O performance has improved for the OLTP category for the duration of the one-hourmeasurement period?

A. CT_IO_RQ_SM, CT_IO_RQ_LG, CT_IO_RQ_SM_SEC, and CT_IO_RQ_LG_SEC

B. CT_IO_UTIL_SM and CT_IO_UTIL_LG

C. CT_IO_RQ_SM_SEC and CT_IO_RQ_LG_SEC

D. CT_IO_WT_SM, CT_IO_WT_LG, CT_IO_WT_SM_RQ, and CT_IO_WT_LG_RQ

Page 8: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: DSection: (none)Explanation

Explanation/Reference:CT_IO_RQ_SM

The cumulative number of small I/O requests issued by the category for hard disks. A large value indicates a heavy I/O workload from this category.CT_IO_RQ_LG

The cumulative number of large I/O requests issued by the category for hard disks. A large value indicates a heavy I/O workload from this category.CT_IO_WT_SM_RQ

The average IORM wait time per request for small I/O requests issued to hard disks by an IORM category.CT_IO_WT_LG_RQ

The average IORM wait time per request for large I/O requests issued to hard disks by an IORM category.

Incorrect Answers:A: CT_IO_RQ_SM_SECThis metric is derived from CT_IO_RQ_SM. It specifies the rate of small I/O requests issued by the category for hard disks. Its units are number of I/O requests persecond. A large value indicates a heavy I/O workload from this category in the past minute.

B: CT_IO_UTIL_SMThe percentage of disk resources utilized by small requests from this category.

References: http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-storage-server-monitoring.htm

QUESTION 9Which three are true about Exadata Smart Flash Log?

A. Databases on the Database Machine use Exadata Smart Flash Log by default.

B. I/O Resource Manager database plans can be used to enable or disable Exadata Smart Flash Log for individual databases.

https://www.gratisexam.com/

C. LGWR will not wait for writes to Exadata Smart Flash Log if the write to a disk-based logfile completes first.

D. I/O Resource Manager category plans can be used to enable or disable Exadata Smart Flash Log for different I/O categories.

E. The use of Exadata Smart Flash Logs is mandatory for support of production databases.

Page 9: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: ABCSection: (none)Explanation

Explanation/Reference:A: Exadata I/O Resource Manager (IORM) has been enhanced to enable or disable Smart Flash Logging for the different databases running on the DatabaseMachine, reserving flash for the most performance critical databases.

B: The Exadata I/O Resource Manager (IORM) has been enhanced to enable or disable Smart Flash Logging for the different databases running on the DatabaseMachine.

C: Smart Flash Logging works as follows. When receiving a redo log write request, Exadata will do parallel writes to the on-disk redo logs as well as a small amountof space reserved in the flash hardware. When either of these writes has successfully completed the database will be immediately notified of completion. If the diskdrives hosting the logs experience slow response times, then the Exadata Smart Flash Cache will provide a faster log write response time.Conversely, if the Exadata Smart Flash Cache is temporarily experiencing slow response times (e.g., due to wear leveling algorithms), then the disk drive willprovide a faster response time.This algorithm will significantly smooth out redo write response times and provide overall better database performance.

Incorrect Answers:D: Category plans are configured and enabled using the CellCLI utility on the cell. Only one category plan can be enabled at a time.

References: http://structureddata.org/2011/10/12/exadata-smart-flash-logging-explained/

QUESTION 10Which components of an Exadata storage server image, if updated, may require that a patch also be applied to the database servers in an Exadata X6 DatabaseMachine?

A. Linux operating system on the storage server

B. InfiniBand HCA firmware on the storage server

C. Storage server hard disk device drivers

D. Storage server flash device drivers

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Exadata patches are intended for and include fixes for both the storage servers and Compute servers, and optionally InfiniBand switches.

Patching order

Page 10: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

You should patch the Exadata Database Machines in the following sequenceOracle GI/RDBMS HomesExadata Storage CellsCompute nodesInfiniband Switches

References: https://www.toadworld.com/platforms/oracle/w/wiki/11640.oracle-exadata-patching

QUESTION 11Which two statements are true about the use of DBFS, ACFS, and external file systems and components in an X5 Database Machine environment?

A. ACFS uses storage in a database on the database machine

B. DBFS supports file system snapshots.

C. ACFS supports file system snapshots.

D. Storage Area Network (SAN) –based file systems may be accessed directly from the storage servers in a database machine.

E. Oracle Sun ZFS Storage Appliance- based files are not automatically protected by Data Guard.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:DBFS SecureFiles Store Capabilities include support for file system snapshots.

Oracle ACFS includes advanced features such as file system snapshot.

References:http://www.oracle.com/technetwork/ru/database/dbfs-sf-oow2009-v2-160969.pdfhttp://www.oracle.com/technetwork/database/database-technologies/cloud-storage/benefits-of-oracle-acfs-2379064.pdf

QUESTION 12Which two are true about sparse griddisks and their use in disk groups on an X5 Exadata Database Machine?

A. Sparse diskgroups must be created using sparse griddisks.

B. Sparse diskgroups may be created using a combination of sparse and non-sparse griddisks.

C. Sparse diskgroups may not be used for database snapshots.

D. Additional space for a sparse griddisk is allocated as soon as newly written data is stored in the flashcache on a cell.

E. The virtual size of a sparse griddisk may exceed the physical size of the space occupied by the griddisk.

Page 11: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: AESection: (none)Explanation

Explanation/Reference:A: A sparse ASM disk group is composed of sparse grid disks.

E: Sparse grid disks allocate space as new data is written to the disk, and therefore have a virtual size that can be much larger than the actual physical size. Sparsegrid disks can be used to create a sparse disk group to store database files that will use a small portion of their allocated space. Sparse disk groups are especiallyuseful for quickly and efficiently creating database snapshots on Oracle Exadata. Traditional databases can also be created using a sparse disk group.

References:http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-storage-server-snapshots.htm#SAGUG-GUID-42945059-13FD-4F6A-B7FA-A1201D16238Fhttp://docs.oracle.com/cd/E80920_01/DBMSO/exadata-whatsnew.htm#DBMSO22120

QUESTION 13You installed ASR Manager on a stand-alone server and configured Auto Service Request (ASR) for your X5 Database Machine and its assets.

Which three statements are true about this configuration?

A. Simple Network Management Protocol (SNMP) traps are used to send notifications from database servers to the ASR Manager.

B. Simple Network Management Protocol (SNMP) traps are used to send notifications from storage servers to the ASR Manager.

C. When a component fault occurs, fault telemetry is securely transmitted to Oracle via Simple Network Management Protocol (SNMP).

D. When a component fault occurs, fault telemetry is securely transmitted to Oracle via HTTPS.

E. Simple Network Management Protocol (SNMP) traps are used to send notifications from the Enterprise Manager to the ASR Manager.

F. Simple Network Management Protocol (SNMP) traps received by ASR Manager are forwarded to the Enterprise Manager.

Correct Answer: BCFSection: (none)Explanation

Explanation/Reference:B: Oracle ASR Manager only processes SNMP traps that are sent from IP addresses that Oracle ASR Manager recognizes.Example of Exadata Storage Server SNMP TrapThis example shows the SNMP trap for an Exadata Storage Server disk failure. The corresponding hardware alert code has been highlighted.

2011-09-07 10:59:54 server1.example.com [UDP: [192.85.884.156]:61945]:RFC1213-MIB::sysUpTime.0 = Timeticks: (52455631) 6 days, 1:42:36.31SNMPv2-SMI::snmpModules.1.1.4.1.0 = OID: SUN-HW-TRAP-MIB::sunHwTrapHardDriveFaultSUN-HW-TRAP-MIB::sunHwTrapSystemIdentifier = STRING: Sun Oracle Database Machine

Page 12: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Etc.

C (not D): The ASR Manager uses the SNMP GET protocol to query ASR assets for additional fault information.To configure fault telemetry, choose one of the following three options:

Add SNMP Trap Destinations Using OneCommand (recommended for new installations)Add SNMP Trap Destinations for Multiple Servers Using the dcli UtilityAdd SNMP Trap Destinations for a Single Server

References:http://docs.oracle.com/cd/E80920_01/ASXQI/toc.htmhttps://docs.oracle.com/cd/E37710_01/install.41/e18475/ch5_troubleshooting.htm#ASRUD331

QUESTION 14Which two statements are true about RMAN incremental level-1 backups for a database running on an X5 Database Machine?

A. Block Change tracking (BCT) is not needed for databases in an X5 Database Machine, because ASM automatically does block change tracking whendiskgroups are built from griddisks.

B. cellsrv filters blocks and returns only those that have changed since the last backup, for databases in archivelog mode.

C. cellsrv returns all blocks that have been or might have been changed since the last backup, and RMAN filters the blocks that do not require backup.

D. cellsrv filters blocks and returns only those that have changed since the last backup, for databases in noarchivelog mode.

E. Block Change Tracking (BCT) is not needed for databases in an X5 Database Machine, because change tracking is done by cellsrv.

Correct Answer: DESection: (none)Explanation

Explanation/Reference:D: Whenever data blocks change, the Change Tracking Writer (CTWR) background process tracks the changed blocks in a private area of memory.

When RMAN performs an incremental backup on the Exadata platform, cellsrv filters out unwanted blocks and sends back only those that have changed since thelast level 0 or level 1 backup.

E: For the Exadata platform, you may choose to allow cellserv to do all the blocking filtering for incremental backups.

Note: RMAN block change tracking is used to improve the performance of incremental backup. The level 0 incremental backup scans the entire database but level1 incremental backups use the block change tracking file to scan only the blocks that have changed since the last backup. This significantly reduces the amount ofreads that are required on the database.

References: Expert Oracle Exadata (29 Aug 2015), page 319

Page 13: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

QUESTION 15Which three statements are true about Exadata storage server alerts in an X5 Database Machine?

A. Storage server alerts notifications may be sent using SNMP.

B. A threshold- based alert gets cleared automatically when the measured value no longer violates the threshold.

C. A storage server alert is only ever issued as a warning or at a critical situation.

D. Storage server alerts are all stateless alerts.

E. Storage server alerts are all stateful alerts.

F. Storage server alerts notifications may be sent using SMTP.

Correct Answer: ACFSection: (none)Explanation

Explanation/Reference:Exadata cell (storage server) alerts can be delivered using SMTP or SNMP or both.

Although there are three types of storage alerts: informational, warning and critical, they are issued when threshold metrics reached either to warning or critical.

Incorrect Answers:B: Stateful alerts are automatically cleared on transition to normal.Stateless alerts are never cleared unless you change the alert by setting the examine by attribute.

D, E: Alerts can be stateless or stateful.

QUESTION 16Which two statements are true about the X5 Exadata storage server rescue procedure?

A. The rescue procedure can be executed from the CELLBOOT USB flash drive.

B. An Exadata storage server automatically enters the rescue environment when it cannot boot from the system area.

C. The rescue procedure can be used to repair corruption in an ASM diskgroup.

D. The rescue procedure can be used to restore a corrupt system area.

E. The rescue procedure must be used to recover from a failed Exadata storage server software upgrade.

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

Page 14: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

The rescue procedure is necessary when system disks fail, the operating system has a corrupt file system, or there was damage to the boot area. If only onesystem disk fails, then use CellCLI commands to recover. In the rare event that both system disks fail simultaneously, you must use the Exadata Storage Serverrescue functionality provided on the Oracle Exadata Storage Server Software CELLBOOT USB flash drive.

References: http://docs.oracle.com/cd/E80920_01/DBMMN/maintaining-exadata-storage-servers.htm#GUID-710814E7-4691-49EE-95AD-726D2D6C5BFE

QUESTION 17Which two statements are true about backup performance when using Recovery Manager (RMAN) on an X5 Database Machine?

A. Backups are fast because the Infiniband network is faster than fiber channel storage, so RMAN read I/O operations are faster than in traditional storagenetworks.

B. Backups are fast, because physical I/Os operations are reduced by the use of the Storage Index by cellsrv.

C. Backups are fast, because data blocks are read from the Database Flash Cache.

D. Backups are fast, because all data blocks are read from the Exadata Smart Flash Cache.

E. For incremental backups using Block Change Tracking, cellsrv filters blocks and returns only those that have changed since the last backup.

Correct Answer: DESection: (none)Explanation

Explanation/Reference:D: The storage server software manages the flash cache and can recognize different types of I/O requests so that non-repeatable data access like RMAN backup I/O does not flush database blocks from the cache. It also prioritizes frequently accessed block types such as redo logs, control files, and index root blocks.

E: RMAN block change tracking allows incremental backups to run very quickly and efficiently. With block change tracking, only the areas of the database that havebeen modified since the last incremental backup or full backup are read from disk.

Incorrect Answers:C: Database Flash Cache is separate from Exadata Smart Flash Cache. The Database Smart Flash Cache feature and increase the buffercache of your databasefrom like 100G or 200G to 300-700G on that same server.

References: https://logicalread.com/using-oracle-exadata-flash-cache-mc05/#.Wd80zmiCyUkhttp://www.oracle.com/technetwork/database/availability/maa-tech-wp-sundbm-backup-11202-183503.pdf

QUESTION 18You are designing the monitoring architecture and procedures for an X5 Database Machine fabric consisting of two full racks, to provide for the monitoring for allcomponents on the critical path of the admin network.

Which two components need to be monitored?

Page 15: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

A. the Infiniband leaf switches

B. the power distribution units

C. the Cisco 48 port Catalyst Ethernet Switch

D. the InfiniBand spine switches

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:The Cisco Catalyst 4948 Ethernet switch is supplied with the Oracle Exadata Rack.

D: Figure: Running the Subnet Manager in Different Rack Configurations

Page 16: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

References: https://docs.oracle.com/cd/E18476_01/doc.220/e18478/GUID-9FF8B5B0-3481-4B73-89D3-108CBD7EB989.htm#ELMOG76346http://docs.oracle.com/cd/E80920_01/DBMIN/configuring-exadata.htm#DBMIN21274

QUESTION 19Which two statements are true about Auto Service Request (ASR) with an X5 Database Machine?

A. ASR Manager must be installed and configured on a dedicated server external to the Database Machine.

https://www.gratisexam.com/

B. Configuring ASR is mandatory for all Database Machine assets.

C. ASR Manager opens a service request (SR) automatically after sensors detect hardware faults.

D. ASR Manager must be installed and configured on one of the database servers.

E. ASR can upload configuration metadata to support problem resolution.

F. ASR communicates with Oracle support services using HTTPS.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:A: Oracle recommends that you install Oracle ASR Manager on an external, standalone server.

C: Oracle ASR is designed to generate Oracle service requests automatically when certain types of faults are detected on Oracle products that are qualified forOracle ASR.

Oracle ASR works only for specific component faults. Most of the common components, such as disks, fans, and power supplies, are covered. However, somecomponents are not covered. For example, Oracle ASR does not cover InfiniBand events; there are specific images and specific InfiniBand switch firmware that youmust use. You cannot upgrade these components independently.

Incorrect Answers:D: Oracle recommends that you install Oracle ASR Manager on an external, standalone server.

References: http://docs.oracle.com/cd/E80920_01/ASXQI/toc.htm#GUID-490B2837-C608-4626-B4FF-59F679C36302

Page 17: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

QUESTION 20Which two statements are true about data paths used during RMAN backup and restore operations when media management servers use InfiniBand to connect toan X5 Database Machine?

A. During backups, data blocks are always read from Smart Flash Cache by cellsrv.

B. During restores, data blocks read from the media are sent to a database server that sends the blocks to cellsrv to be written.

C. During backups, data blocks are read by cellsrv and sent to a database server, which sends the blocks to the media manager to be written to media.

D. During backups, data blocks are read by cellsrv and sent directly to the media manager to be written to media.

E. During restores, data blocks read from the media are sent directly to cellsrv to be written.

Correct Answer: DESection: (none)Explanation

Explanation/Reference:The fastest database backup is achieved via InfiniBand.

Get dedicated Media Servers that connect to tape libraryOffers backup rates of up to 12GB/sec

RMAN does not back up directly to tape. However, it will integrate with media management software such as Oracle Secure Backup and utilize their capabilities tomanage tape libraries.

Exadata Database Machine: The Database Machine contains the databases that need to be backed up. Oracle RMAN is the only mechanism to back up thedatabases that utilize Exadata Storage Servers as the storage. RMAN processes run on the database servers and interact with the Oracle Secure Backup (OSB)agent, which further interacts with the media management software and enables RMAN to communicate with the tape library.

References: http://apprize.info/data/oracle_4/6.html

QUESTION 21Which two statements are true about the use of Intelligent Platform Management Interface (IPMI) on an X5 or X6 Database Machine?

A. IPMI can be used for server configuration and management on each database server.

B. The Baseboard Management Controller (BMC), which supports IPMI, runs as a multithreaded process on the storage server O/S.

C. The Baseboard Management Controller (BMC), which supports IPMI, runs as a single-threaded process on the storage server O/S.

D. IPMI can be used for server configuration and management on each storage server.

Correct Answer: ACSection: (none)Explanation

Page 18: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Explanation/Reference:A: IPMI – short for Intelligent Platform Management Interface – is an interface standard that allows remote management of a server from another usingstandardized interface. The servers in the Exadata Database Machine follow that. It’s not an Exadata command but rather a general Linux one.To power on a cell or database server, issue this from another server:# ipmitool -H prolcel01-ilom -U root chassis power onTo stop a server, use the shutdown command. To stop immediately and keep it down, i.e. not reboot, execute:# shutdown -h -y now

C: Like the KCS interface, the SSIF Interface is only specified as a ‘Single Threaded Interface’ for standard IPMI commands. That is, the BMC implementation isnot expected to process more than one IPMI request at a time. While an implementation is allowed to have a degree of ‘command queuing’, for standard IPMImessages the SSIF lacks a ‘Seq’ field that software can use to match up particular instances of requests with responses.

References: https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/ipmi-intelligent-platform-mgt-interface-spec-2nd-gen-v2-0-spec-update.pdf

QUESTION 22Which three are true concerning Exadata snapshot databases?

A. They are supported on non-container databases.

B. They are based on a read-write copy of an existing database.

C. They are integrated with the Multitenant architecture.

D. They can be created only on sparse ASM disk groups.

E. They don’t support all Exadata features.

F. They can be created on any type of ASM disk group.

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:A: An Exadata snapshot database can be either a non-container database (non-CDB) or a container database (CDB). Creating an Exadata snapshot database of aCDB enables access to all of the pluggable databases in that container.

C: You can create two types of Exadata snapshots, depending on the current setup of your environment:You have a pluggable database (PDB) and want to create a test master from it.You have a container database (CDB) and want to create test masters from all its PDBs, or you have a simple non-container database and want to create a testmaster from it.

D: SPARSE disk group based database snapshots is functionality included in Exadata Storage Software. It requires Exadata Storage Software version 12.1.2.1.0and Oracle Database 12c version 12.1.0.2 with bundle patch 5 or later. This feature is designed to work on native Exadata ASM storage disk groups. It uses ASM

Page 19: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

SPARSE grid disk based thin provisioning where snapshot databases created on a SPARSE disk group need only the space for changes plus some metadata,thereby enabling storage efficient snapshot databases.

References:http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-storage-server-snapshots.htm#SAGUG-GUID-E1D6EF45-36EF-40E3-A57E-F80B749E6122http://www.oracle.com/technetwork/database/exadata/learnmore/exadata-database-copy-twp-2543083.pdf

QUESTION 23In which three situations will a Smart Scan occur on a table for which Smart Scan is possible, assuming that nothing in the environment prevents a Smart Scan?

A. The ASM diskgroup containing the table’s tablespace has a 4 MByte AU size.

B. Executing queries in parallel.

C. setting serial_direct_read= true in the session issuing the SQL statements and executing a serial query.

D. Having direct path reads used at execution time.

E. An update to the table is made identifying the row to be modified by primary key.

F. An index range scan occurs for the table.

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:Whether you get a direct path read & smart scan, depends on the current buffer cache size, how big segment you’re about to scan and how much of that segmentis actually cached at the moment. This dynamic decision unfortunately can cause unexpected surprises and variance in your report/batch job runtimes.

To work around these problems and force a direct path read/smart scan, you can either:(B) Run your query in parallel as parallel full segment scans will use direct path reads, unless your parallel_degree_policy = AUTO, then you may still getbuffered reads thanks to the dynamic in-memory parallel execution decision of Oracle 11.2(C) Run your query in serial, but force the serial direct path reads by setting _serial_direct_read = TRUE (or ALWAYS in 11.2.0.2+)

D: One of the most common Exadata performance problems is that the direct path reads (and thus also Smart Scans) don’t sometimes kick in when running fullscans in serial sessions.

Note: Smart Scan is a subset of Cell Offload Processing and is perhaps the feature that is most highly associated with Exadata. Smart Scan allows Oracledatabases to push query information down to the storage level, specifically:

Filtration (predicate information)Column ProjectionJoin Filtering

Incorrect Answers:F: Objects such as clusters and index organized tables cannot be Smart Scanned.

Page 20: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

References: http://blog.tanelpoder.com/2013/05/29/forcing-smart-scans-on-exadata-is-_serial_direct_read-parameter-safe-to-use-in-production/

QUESTION 24As part of planning for database consolidation, you grouped your databases into two categories based on different technical and business objectives.

Which three statements are true about possible configurations for your Exadata X6 Database Machine fabric?

A. The storage grid may be partitioned when deploying a single-rack Database Machine configuration using virtualization.

B. The database grid may be partitioned when deploying a multirack Database Machine configuration.

C. A single database cluster benefits from accessing multiple storage grids.

D. Multiple database clusters may access the same storage grids.

E. Multiple database clusters never benefit from accessing a single storage grid.

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:

QUESTION 25You are patching your Exadata X6 Database Machine by applying a new image to the Storage Servers in a rolling fashion.

Your ASM environment on the Database Machine has five diskgroups stored on an unpartitioned Exadata storage grid, with redundancy settings as shown:

1. DATA_DBM1 – Normal Redundancy2. RECO_DBM1 – Normal Redundancy3. DBFS_DG – Normal Redundancy4. DATA2_DBM1 – High Redundancy5. DATA3_DBM1 High Redundancy

Which two diskgroups will not suffer from any data loss throughout the patching process even if there is a single disk failure on one of the cells

A. DBFS_DG

B. DATA3_DBM1

C. DATA2_DBM1

D. DATA_DBM1

E. RECO_DBM1

Page 21: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: DESection: (none)Explanation

Explanation/Reference:HIGH redundancy provides protection against 2 simultaneous disk failures from 2 distinct storage servers or 2 entire storage servers. HIGH redundancy providesredundancy during Exadata storage server rolling upgrades.

References: http://blog.umairmansoob.com/choosing-high-vs-normal-redundancy-with-exadata/

QUESTION 26Which four statements are true about the configuration of Auto Service Request (ASR) for use with an X5 Database Machine?

A. ASR Manager software may be installed on one of the database servers in the Database Machine.

B. ASR can connect to the Internet using Simple Network Management Protocol (SNMP), using a proxy server.

C. ASR Manager can connect to the Internet directly with HTTPS.

D. ASR Manager can connect to the Internet with HTTPS using a proxy server.

E. ASR can connect to the Internet directly using Simple Network Management Protocol (SNMP).

F. ASR Manager software may be installed on a server that is not part of the Database Machine.

Correct Answer: ACDFSection: (none)Explanation

Explanation/Reference:C: If you need to use HTTPS for security purposes, you can set up HTTPS/SSL for the ASR Manager HTTP receiver.D: As part of the registration process for ASR Manager, you can optionally set the ASR Manager to access the internet through a proxy server.

References: https://docs.oracle.com/cd/E37710_01/install.41/e18475/ch2_asr_manager.htm#ASRUD137

QUESTION 27You must replace the battery on the disk controller in three Exadata storage servers and must power off the affected storage servers.

Which two commands must you execute to safely power off the storage servers in an X5 Database Machine?

A. ‘shutdown -h now’ on the affected storage servers

B. CellCLI> LIST GRIDDISK WHERE STATUS != ‘inactive’

C. CellCLI > LIST GRIDDISK ATTRIBUTES name WHERE asmdeactivationoutcome != ‘Yes’

Page 22: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

D. ‘crsctl stop cluster –all’ on one of the database servers

E. CellCLI> ALTER GRIDDISK ALL INACTIVE

Correct Answer: CESection: (none)Explanation

Explanation/Reference:C: Step 1:Run the following command to check if there are other offline disksCellCLI> LIST GRIDDISK ATTRIBUTES name WHERE asmdeactivationoutcome != 'Yes'

If any grid disks are returned, then it is not safe to take the storage server offline because proper Oracle ASM disk group redundancy will not be intact.

E: Step 2:Inactivate all the grid disks when Oracle Exadata Storage Server is safe to take offline using the following command:CellCLI> ALTER GRIDDISK ALL INACTIVE

Taking the storage server offline when one or more grid disks are in this state will cause Oracle ASM to dismount the affected disk group, causing the databases toshut down abruptly.

QUESTION 28Which two statements are true about the Enterprise Manager plug-in configuration for the X5 Database Machine?

A. There is one plug-in for Cloud Control.

B. There are several separate plug-ins for Cloud Control.

C. Some components of the Database Machine require SNMP trap forwarders.

D. All components of the Database Machine require SNMP trap forwarders.

Correct Answer: ACSection: (none)Explanation

Explanation/Reference:

QUESTION 29Which two are benefits of an active/inactive configured InfiniBand network on Exadata Database Machine X5?

A. Improved performance for Oracle Network traffic

Page 23: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

B. Improved reliability for Cache Fusion RAC network traffic

C. Improved reliability when executing Distributed Command Line Interface (DCLI) to run CELLCLI commands

D. Improved performance for ASM rebalance network traffic

E. Improved performance when executing Distributed Command Line Interface (DCLI) to run CELLCLI commands

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:Active-passive bonding provides reliability through failover.

QUESTION 30Which three are recommended options on an X5 Exadata Database machine, for staging files that will be loaded as external tables?

A. on an ACFS file system stored in a staging database on the Database Machine

B. a ZFS over NFS file system mounted on a database server where the external table will be accessed

C. an Exadata-based ACFS file system on the Database Machine

D. a DBFS file system stored in a staging database on the Database Machine

E. on local storage on one or more storage servers that are accessible to the database server where the load will be performed

Correct Answer: ABESection: (none)Explanation

Explanation/Reference:

QUESTION 31Which three are true concerning Hybrid Columnar Compression (HCC) deployed on Exadata storage?

A. HCC can be used only when the Exadata Smart Flash Cache is configured in Write-Through mode.

B. HCC data is never cached in the Exadata Smart Flash Cache.

C. By default, decompression is performed by Exadata Storage Servers.

D. Rows residing in HCC compressed segments, are always self- contained in a single database block.

E. Rows residing in HCC compressed segments, are always self- contained in a single compression unit.

F. Row-level locks are supported on HCC compressed data.

Page 24: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: CEFSection: (none)Explanation

Explanation/Reference:C: The decompression process typically takes place on the Oracle Exadata Storage Server in order to maximize performance and offload processing from thedatabase server.

E: A logical construct called the compression unit is used to store a set of hybrid columnar compressed rows. When data is loaded, column values for a set of rowsare grouped together and compressed. After the column data for a set of rows has been compressed, it is stored in a compression unit.

F: What happens when I update a row on compressed tables? What about locks?BASIC and OLTP: the updated row stays in the compressed block ‘usual’ Oracle’s row-level locksHybrid columnar: Updated row is moved, as in a delete + insertHow to see that? With dbms_rowid packageNew row is OLTP compressed if possibleLock affects the entire CU that contains the row

Note: Oracle’s Hybrid Columnar Compression technology is a new method for organizing data within a database block. As the name implies, this technology utilizesa combination of both row and columnar methods for storing data. This hybrid approach achieves the compression benefits of columnar storage, while avoiding theperformance shortfalls of a pure columnar format.

Incorrect Answers:B: Data remains compressed not only on disk, but also remains compressed in the Exadata Smart Flash Cache, on Infiniband, in the database server buffer cache,as well as when doing back-ups or log shipping to Data Guard.

References: http://www.oracle.com/technetwork/database/exadata/ehcc-twp-131254.pdf

QUESTION 32Which three statements are true about Recovery Manager (RMAN) daily differential incremental backup strategies on an X5 Database Machine for a databasehaving 25% or more of its blocks modified each day and which has an 8 k block size?

A. Fast incremental backups when 50% or more of the blocks have changed since the last backup, will run as slowly as normal incremental backup.

B. Enabling Block Change Tracking (BCT) on the database can result in reduced consumption of storage network bandwidth.

C. Enabling Block Change Tracking (BCT) on the database can result in a reduction of physical I/O on the cells during incremental backups.

D. For level-1 backups, Block Change Tracking (BCT) is most beneficial when more than 25 percent of the blocks have changed since the last backup.

E. For level-0 backups, Block Change Tracking (BCT) is most beneficial when more than 25 percent of the blocks have changed since the last backup.

F. cellsrv returns only blocks that have changed since the last backup.

Page 25: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: ACFSection: (none)Explanation

Explanation/Reference:A: Fast Incremental backups is possible with Block change tracking, which is initially introduced from version 10.2 onwards, by this tool it's very useful to reduce theRMAN incremental backup duration.If the changes are something around 20% then in this situation BCT helps a lot.

C: Exadata Storage Server offload capability combined with RMAN block change tracking will efficiently perform large I/Os at the storage-tier level, returning onlyindividual changed blocks for incremental backups and increasing the backup performance of the system.

Note: Level 1 backup: A level 1 backup includes only those blocks that have been changed since the "parent" backup was taken. Remember a parent backup maybe either a level 0 or a level 1 backup.Block change tracking allows indeed the highest benefit for databases where the changes are not so high, Level 0 backup: A level 0 incremental backup is physically identical to a full backup and it includes every data block in the file except empty blocks. The onlydifference is that the level 0 backup is recorded as an incremental backup in the RMAN repository, so it can be used as the parent for a level 1 backup.

References: http://www.dba-oracle.com/t_rman_backup_types.htmhttp://www.oracle.com/technetwork/database/availability/maa-tech-wp-sundbm-backup-11202-183503.pdfhttps://www.toadworld.com/platforms/oracle/w/wiki/11124.fast-incremental-backups-active-data-guard

QUESTION 33You plan to consolidate multiple mission-critical databases onto a single rack Exadata X6 database Machine.

You do not plan to use virtualization on the database servers.

You have identified two database categories, based on differing availability and maintenance objectives.

Which two choices will be the best solution?

A. Create a single database cluster that accesses a single storage grid.

B. Create a single database cluster that accesses multiple storage grids.

C. Partition the Exadata storage servers into two separate storage grids.

D. Create a single storage grid and share space on the celldisks using Exadata storage realms.

E. Partition the database servers into two separate clusters.

Correct Answer: BESection: (none)Explanation

Page 26: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Explanation/Reference:

QUESTION 34The InfiniBand switches on your X5 Database Machine contain the software version as confirmed using the version command:

[root@exampsw –ib2 bin] # versionSUN DCS 36p version: 1.3.3-2Build time: Apr 4 2015 11:15:19SP board info:Manufacturing Date: 2014.05.05Serial Number: “NCD3X0178”Hardware Revision: 0x0006Firmware Revision: 0x0102BIOS version: NOW1R112BIOS date: 04/24/2014

Which two tools are useful for monitoring the InfiniBand switches for fan problems and by which users should they be run?

A. Run the env_test command on the switches after logging in as the ilom-admin user.

B. Run the getfanspeed command on the switches after logging in as root.

C. Run the env_test command on the switches after logging in as root.

D. Run the showtemps command on the switches after logging in as the ilom-admin user.

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:C: Login as root on IB switch and run,# env_testExample output include:

Starting FAN test:Fan 0 not presentWARNING Fan 1 running slow rpm 5450 limit 6440WARNING Fan 2 running slow rpm 5341 limit 6440WARNING Fan 3 running slow rpm 5341 limit 6440

D: The showtemps command displays internal temperatures for the switch.The following example shows how to display switch temperatures with the showtemps command.

Page 27: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

# showtempsBack temperature 29Front temperature 30SP temperature 36Switch temperature 52, maxtemperature 56All temperatures OK#

References: http://myoraclediary.blogspot.se/2014/04/all-about-infiniband-switches-on-exadata.html

QUESTION 35Which three are true concerning Exadata Smart Flash Cache on X6 Database Machines with High Capacity Storage Servers?

A. The “keep” cache is limited to a maximum of 80% of the total Smart Flash Cache capacity.

B. Smart Scan will always use the Smart Flash Cache for all I/Os fast full index capacity.

C. Smart Scan will always use the Smart Flash Cache for all I/Os for full table scans.

D. Single block reads can benefit from Smart Flash Cache.

https://www.gratisexam.com/

E. Multiblock reads can benefit from Smart Flash Cache.

Correct Answer: BDESection: (none)Explanation

Explanation/Reference:D: By default Exadata stores only small I/Os in the Exadata Smart Flash Cache. Small I/Os in most cases are single-block reads. During a full table scan Oraclerequests blocks in multiblock lumps (by default 16 blocks), and these are

Incorrect Answers:C: Oracle has over time has almost completely eliminated caching of table scan blocks from the buffer cache and why by default Exadata does not cache full tablescan blocks in the Exadata Smart Flash Cache.During a full table scan Oracle requests blocks in multiblock lumps (by default 16 blocks), and these are not stored in the Exadata Smart Flash Cache unless youchange the CELL_FLASH_CACHE clause for the segment.

Page 28: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

References: http://www.informit.com/articles/article.aspx?p=2418151&seqNum=3

QUESTION 36Your Exadata X6-2 Database Machine has the exachk utility preinstalled. You decide to use it periodically to validate the installation against Oracle’s recommendedbest practices.

Which three actions could you take to do this?

A. Use a cron job on a database node to run it at regular intervals.

B. Use a cron job on each cell to run it at regular intervals.

C. Run it once each cell and it will then perform periodic monitoring automatically.

D. Create a OS job in Enterprise Manager to run the exachk utility at regular intervals.

E. Use exachk to schedule itself to run at regular intervals.

Correct Answer: ADESection: (none)Explanation

Explanation/Reference:AD: To schedule exachk, we can create a cron job or we can create a job in Enterprise Manager..

To add an Enterprise Manager job to execute Exachk on a periodic basis. Execute the following steps. First go toEnterprise, Job, Library. Then create a new OS Command job

E: exachk options include AUTORUN_SCHEDULE, which schedules recurring health checks using the AUTORUN_SCHEDULE daemon option.

References:http://www.oracle.com/technetwork/database/availability/exadata-health-resource-usage-2021227.pdfhttp://docs.oracle.com/cd/E68491_01/OEXUG/automated-daemon-mode-operation.htm

Best practices: Execute the latest version of the exachk utility before and after planned maintenance activities and at least once every month

QUESTION 37Which two are true about the allocation of I/O resources by IORM within the CELLSRV process?

A. Database Writer I/O always prioritized over all user I/O.

B. If two consumer groups P and Q in the PROD database get 20% and 10% respectively of resource allocation, then the percentage of I/O resource would be thesame if they got 10% and 5% respectively, and the interdatabase plan has changed, provided that the category plan is unchanged, and consumer groups P and

Page 29: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Q are still mapped to the same categories.

C. If two consumer groups C and D in the PROD database get 10% and 15% respectively, of resource allocation, then the percentage of I/O resource would be thesame if they still got 10% and 15% respectively, and were remapped to a different category by the DBA, provided that the category plans and the interdatabaseplans are unchanged.

D. If two consumer groups A and B in the PROD database get 10% and 15% respectively, of resource allocation, then the percentage of I/O resource would be thesame if they got 20% and 30% respectively, provided that the category plans and interdatabase plans are unchanged, and consumer groups A and B are stillmapped to the same category.

E. Log Writer I/O and Control File I/O are always prioritized over all user I/O.

Correct Answer: BESection: (none)Explanation

Explanation/Reference:B: Rules in an interdatabase resource plan specify allocations to databases, not consumer groups.

E: Redo and control file writes always take precedence.

Reference: Using IORM with Exadata

QUESTION 38Which type or types of network traffic are transported over the internal InfiniBand interconnect in Exadata Database Machine X5?

A. IDB protocol traffic, clustered ASM traffic, and clustered database instance traffic

B. IDB protocol traffic and clustered database instance traffic only

C. IDB protocol traffic and clustered ASM instance traffic only

D. Both clustered ASM and clustered database instance traffic only

E. IDB protocol traffic only

Correct Answer: ESection: (none)Explanation

Explanation/Reference:Oracle Exadata uses the Intelligent Database protocol (iDB) to transfer data between Database Node and Storage Cell Node.iDB is used to ship SQL operations down to the Exadata cells for execution and to return query result sets to the database kernel.

QUESTION 39You plan to partition the database and storage grids in an X5-2 full rack, creating two clusters and two storage grids without using virtualization.

Page 30: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

One cluster will be used for production and should consist of six database servers and nine storage servers.

The other cluster will be used for test and development, and should consist of two database servers and five storage servers.

The storage must be partitioned so that the storage servers are visible only to the appropriate database servers that are meant to access them.

What must be done to achieve this?

A. Configure Exadata realms using Oracle ASM-scoped security mode.

B. Configure Exadata realms using Database –scoped security mode.

C. Edit the CELLIP. ORA file on each database server to contain IP addresses of storage servers in the storage grid associated with the cluster to which thatdatabase server belongs.

D. Edit the CELLINIT. ORA file on each database server to contain IP addresses of storage servers in the storage grid associated with the cluster to which thatdatabase server belongs.

E. Edit the CELLIP. ORA file on each database server to contain IP addresses of database servers which are allowed access to specific storage servers in thesame storage grid.

F. Edit the CELLIP. ORA file on each storage server on contain IP addresses of database servers in the database server grid that are associated with the storagegrid to which that storage server belongs.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:The cellinit.ora file is host-specific, and contains all database IP addresses that connect to the storage network used by Oracle Exadata Storage Servers. This filemust exist for each database that connect to Oracle Exadata Storage Servers.

The cellinit.ora file contains the database IP addresses.The cellip.ora file contains the storage cell IP addresses.Both files are located on the database server host.

References: http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-storage-server-configuring.htm#SAGUG20369

QUESTION 40You are planning the monitoring configuration for your X5 Database Machine.

Which two components are monitored directly through the use of Exadata –specific Enterprise Manager Plug-Ins?

A. the database server Clusterware

Page 31: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

B. the storage server ILOM

C. ASM instances

D. the database server O/S

E. the Infiniband switches

Correct Answer: BESection: (none)Explanation

Explanation/Reference:The Oracle Enterprise Manager Grid Control Exadata Monitoring plug-in bundle allows you to monitor the following key components of Exadata machine:

Oracle ILOM: The plug-in monitors the Oracle ILOM card in a database server for hardware events and records sensor data.InifiniBand Switch: The plug-in enables Enterprise Manager Grid Control to monitor the Oracle DataCenter36 Infiniband Switch.Avocent MergePoint Unity Switch: The Plug-in enables Enterprise Manager Grid Control to monitor KVM (keyboard, video or visual display unit, mouse) targets.The plug-in provides status of the KVM and the event occurrences like Factory Defaults Set, Fan Failure, Aggregated TargetDevice Status, Power SupplyFailure, Power Supply Restored, Reboot Started, Temperature Out of Range on the KVM target.Cisco Switch: The plug-in enables Enterprise Manager Grid Control to monitor Cisco Switch targets. This plug-in will monitor the Cisco switch's CPU, memory,temperature, network interfaces, system information, fan, and power supply metrics.Power Distribution Unit: The plug-in will be used to monitor PDU's actual current value of Phase1, Phase2, and Phase3

References: http://www.oracle.com/technetwork/oem/grid-control/exadata-plug-in-bundle-188771.html

QUESTION 41Identify three valid configuration options that can be implemented during the initial configuration process of a new X5 Database Machine by using the ExadataDeployment Assistant.

A. Virtualized Computer Node configuration

B. OS users that own the Grid Infrastructure installation

C. Cluster configuration for up to 32 clusters

D. The size for the system area on the first two disks in each cell

E. Virtualized Storage node configuration

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:Oracle Exadata Deployment Assistant has two main phases

the customer provides naming, DNS, NTP, and networking details. This information is collected using the Oracle Exadata Deployment Assistant user interface.A configuration file is generated

Page 32: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

the configuration file is pushed to the database node, and the validation and installation is

Oracle Exadata Deployment Assistant can configure Oracle Exadata Database Machine, Recovery Appliance, or Oracle SuperCluster.

References:https://docs.oracle.com/cd/E55822_01/AMOGD/configurator.htm#AMOGD22056https://www.toadworld.com/platforms/oracle/w/wiki/11469.oracle-exadata-deployment-assistance-oeda

QUESTION 42Which three statements are true about bulk data loading capabilities in an X5 Database Machine environment?

A. DBFS must use the DBFS_DG diskgroup for any DBFS store.

B. DBFS may be used if Exadata-based shared storage is required to stage data before bulk loading into a database.

C. DBFS must be used to have a POSIX-compliant shared storage solution that is accessible from the database servers on a Database Machine.

D. DBFS must be used to bulk load data into a production database on the Database Machine.

E. ACFS may be used if Exadata-based shared storage is required to stage data before bulk loading into a database.

F. ACFS must be used to have a POSIX –compliant shared storage solution that is accessible from the database servers on a Database Machine.

G. ACFS may use the DBFS_DG diskgroup to contain the ADVM volume file.

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:External tables on DBFS file-systems provide the probably the most high-performance way to bulk load data into your database.

Bulk Data LoadingDescribe the various options for staging data to be bulk loading into Database MachineConfigure the Database File System (DBFS) feature for staging input data filesUse external tables based on input data files stored in DBFS to perform high-performance data loads

QUESTION 43Which three are true concerning Storage Indexes?

A. A maximum of eight table columns for any table are indexed per storage region.

B. The use of Storage Indexes for particular categories of I/O can be displayed by using an I/O Resource Manager Category Plan.

C. Storage Indexes persist across any Exadata storage server reboots.

D. The use of Storage Indexes for a particular database can be disabled by using an I/O Resource Manager Database Plan.

E. A Storage Index is automatically maintained by CELLSRV based on the filter columns of the offloaded SQL.

Page 33: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

F. Different storage regions may have different columns indexed for the same table.

Correct Answer: ADESection: (none)Explanation

Explanation/Reference:A: Each disk in the Exadata storage cell is divided into equal sized pieces called storage regions (default 1MB). There is an index entry for every storage regions(1MB of data stored on disk). Each entry contains the minimum and maximum value for columns seen in ‘where’ clause predicates. Information for up to 8 columnscan be stored. The index is then used to eliminate disk IO by identifying which storage regions don’t match the ‘where’ clause of a query.

QUESTION 44You plan to migrate an Oracle database supporting an online transaction processing (OLTP) workload to an X5 Exadata Database Machine.

The database machine is running database version 12.1.0.2.

The source database has these attributes:

Database version: 12.1.0Byte order: Big EndianDatabase size: 24 TB

You have decided to perform physical migration using the Transportable Tablespace method.

Examine this list of possible steps to accomplish this task.

1. Create a new 12.1.0.2 Exadata –based database.2. Export the source system metadata using transportable Tablespace (TTS).3. Transfer the files to the Database Machine and use the RMAN CONVERT command to change them to the little endian format.4. Import the metadata into the target database.5. Use the RMAN CONVERT to change the database files to the little endian format on the source system.

Identify the required steps in the correct order.

A. 1, 2, 4, 5

B. 1, 2, 5, 3, 4

C. 1, 2, 3, 4, 5

D. 1, 2, 3, 4

E. 1, 2, 5, 4, 3

F. 1, 2, 5, 4

Page 34: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Step 1: 1. Create a new 12.1.0.2 Exadata –based database.Step 2: 2. Export the source system metadata using transportable Tablespace (TTS).Step 3: 3. Transfer the files to the Database Machine and use the RMAN CONVERT command to change them to the little endian format.Step 4: 4. Import the metadata into the target database.

This method is often chosen when migrating between platforms with different endian formats, or in cases where physical re-organization is not necessary.

The transportable tablespace method is generally mu

References: https://docs.oracle.com/en/cloud/paas/exadata-cloud/csexa/mig-transportable-tablespace.html

QUESTION 45You have altered an index supporting a constraint to be invisible on a large data warehouse table in an X5 Database Machine.

Which two statements are true?

A. You might retain the index, and leave it as invisible, and the constraint will still be recognized and enforced.

B. You must retain the index and make it visible again for the constraint to be recognized and enforced.

C. You must retain the index and set the constraint to DISABLE NOVALIDATE RELY for the constraint to be recognized.

D. You might drop the index and use a constraint with the DISABLE NOVALIDATE RELY flags for the constraint to be recognized.

E. You might drop the index and make the constraint invisible, for the constraint to be recognized and enforced.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:B: With making indexes invisible, we can easily check whether indexes are useful without having to drop (and in case recreate) them actually. While this may be ofinterest for “ordinary” Oracle Databases already, it is particular a useful feature for Exadata where we expect some conventional indexes to become obsolete after amigration.

C: DISABLE NOVALIDATE RELY means: "I don't want an index and constraint checking to slow down my batch data loading into datawarehouse, but the optimizercan RELY on my data loading routine and assume this constraint is enforced by other mechanism". This information can greatly help optimizer to use correctmaterialized view when rewriting queries. So if you don't use materialized views for query rewrite then you can put RELY for all your constraints (or NORELY for allyour constraints) and forget about it.

Page 35: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

QUESTION 46Which three statements are true about Automatic Hard Disk Scrubbing and repair on high-capacity storage servers in an X5 Database Machine?

A. Disk repair is made immediately from Smart Flash Cache for corruption on disk when the corresponding data is clean in the Smart Flash Cache.

B. Hard disks are scanned every two weeks by default but only when disks are idle.

C. Hard disks are scanned every two weeks by default in all situations.

D. Disk repair is made immediately from Smart Flash Cache for corruption on disk when the corresponding data is dirty in the Smart Flash Cache.

E. Disk repair may be made from another mirror copy if the corrupt area is part of a Normal or High Redundancy Disk Group.

Correct Answer: ACESection: (none)Explanation

Explanation/Reference:The default schedule of scrubbing is every two weeks.

References: http://docs.oracle.com/cd/E80920_01/DBMMN/maintaining-exadata-storage-servers.htm

QUESTION 47You plan to migrate a database supporting an OLTP workload to your new X5 Database Machine.

The current database instance supports a large number of short duration sessions and a very high volume of short transactions.

Which three X5 Database Machine features can improve performance for this type of workload?

A. An improved highly efficient undo and redo architecture

B. Faster optimization due to an Exadata-specific optimizer

C. Reduced I/O latency for writes due to writeback flashcache on all Exadata X5 and later models

D. Ultra high I/O performance for reads and writes when using Exadata Extreme Flash in X5 and later models

E. Reduced I/O latency for reads due to read flashcache on all Exadata X5 and later models

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:A: To further accelerate OLTP workloads, the Exadata Smart Flash Cache also implements a special algorithm to reduce the latency of log write I/Os calledExadata Smart Flash Logging.

Page 36: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

C: Use the Write-Back Flash Cache feature to leverage the Exadata Flash hardware and make Exadata Database Machine a faster system for Oracle DatabaseDeployments.

D: Exadata X5-2 introduces Extreme Flash Storage Servers. Each Extreme Flash storage server contains eight 1.6 TB state-of-the-art PCI Flash drives. PCI flashdelivers ultra-high performance by placing flash memory directly on the high speed PCI bus rather than behind slow disk controllers and directors.

References: http://www.oracle.com/technetwork/database/exadata/exadata-x5-2-ds-2406241.pdfhttp://www.oracle.com/technetwork/articles/database/exadata-write-back-flash-2179184.html

QUESTION 48Your X6 Exadata Database Machine is running Oracle Database 12c, and has a large database with some very large tables supporting OLTP workloads.

High-volume insert applications and high-volume update workloads access the same tables.

You wish to compress these tables without causing unacceptable performance overheads to the OLTP workload.

Which three are true regarding this requirement?

A. Compression is performed on database servers when using row store compress advanced in an Exadata environment.

B. Using row store compress advanced will compress the data more than if using column store compress for archieve low.

C. The compression method column store compress for archive high is the worst fit for this requirement.

D. Compression is performed on Exadata Storage Servers when using row store compress advanced in an Exadata environment.

E. Using row store compress advanced will compress the data less than if using column store compress for query low.

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:A: Creating a Table with Advanced Row CompressionThe following example enables advanced row compression on the table orders:

CREATE TABLE orders ... ROW STORE COMPRESS ADVANCED;

B: ARCHIVE LOW compression (Exadata only), recommended for Archival Data with Load Time as a critical factor

Incorrect Answers:E: QUERY LOW compression (Exadata only), recommended for Data Warehouse with Load Time as a critical factor.

References: https://docs.oracle.com/database/121/ADMIN/tables.htm#ADMIN015

Page 37: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

https://uhesse.com/2011/01/21/exadata-part-iii-compression/

QUESTION 49You plan to migrate a database supporting both DSS and OLTP workloads to your new X5 Database machine.

The workloads contain many complex aggregating functions and expensive joins on large partitioned tables in the DSS workload and indexed access for OLTPworkloads.

Which three benefits accrue as a result of this migration?

A. Superior compression capability designed specifically for OLTP workloads

B. Columnar storage capability for data in row major data blocks that is held in flash cache

C. Superior compression capability designed specifically for data warehouse tables

D. Superior compression capability designed specifically for archival data

E. Superior flash cache compression technique

F. Cell offload processing for indexed-organized table access

Correct Answer: ACDSection: (none)Explanation

Explanation/Reference:There are 6 different kinds of Table Data Compression methods:

1. BASIC compression, introduced in Oracle 8 already and only recommended for Data Warehouse2. OLTP compression, introduced in Oracle 11 and recommended for OLTP Databases as well3. QUERY LOW compression (Exadata only), recommended for Data Warehouse with Load Time as a critical factor4. QUERY HIGH compression (Exadata only), recommended for Data Warehouse with focus on Space Saving5. ARCHIVE LOW compression (Exadata only), recommended for Archival Data with Load Time as a critical factor6. ARCHIVE HIGH compression (Exadata only), recommended for Archival Data with maximum Space Saving

Incorrect Answers:B:1. BASIC compression, introduced in Oracle 8 already and only recommended for Data Warehouse2. OLTP compression, introduced in Oracle 11 and recommended for OLTP Databases as well3. QUERY LOW compression (Exadata only), recommended for Data Warehouse with Load Time as a critical factor4. QUERY HIGH compression (Exadata only), recommended for Data Warehouse with focus on Space Saving5. ARCHIVE LOW compression (Exadata only), recommended for Archival Data with Load Time as a critical factor6. ARCHIVE HIGH compression (Exadata only), recommended for Archival Data with maximum Space Saving

Method 1 and 2 are working by compressing the rows inside of Oracle Blocks – the more redundant values inside the block, the better the compression ratio. OLTP

Page 38: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

compression might be used with Exadata Database Machine, because Exadata V2 is designed to support OLTP as well as Data Warehouse. Methods 3 to 6 useHybrid Columnar Compression (HCC), which is designed to achieve better compression ratios by organizing sets of rows into compression units and then detachingthe columns from the rows and collecting them. It is more likely that the same columns store similar (redundant) data, therefore the compression ratio improves withHCC.

References: https://uhesse.com/2011/01/21/exadata-part-iii-compression/

QUESTION 50You issued these commands to all Exadata Storage Servers in an X6 Exadata Database Machine using dcli:

alter iormplan objective = low_latencyalter iormplan active

There are no database or category plans defined.

You are encountering disk I/O performance problems at certain times, which vary by day and week.

DSS and Batch workloads perform well some of the time.

Further investigation shows that at times, the workloads are all OLTP I/Os, at other times all batch I/Os, and sometimes a bit of each.

You wish to have disk I/O managed so that performance will be optimized for all workloads.

Which statements would you issue to all Exadata Storage Servers to achieve this?

A. alter iormplan objective=high_throughput

B. alter iormplan objective=balanced

C. alter iormplan objective=low_latency

D. alter iormplan objective= auto

E. alter iormplan objective= ‘ ’

Correct Answer: DSection: (none)Explanation

Explanation/Reference:The supported IORM objectives are auto, low_latency, balanced, and high_throughput. The recommended objective option is auto which allows IORM tocontinuously monitor the workloads, and select the best mode based on the active workloads currently on the cells.

References: http://docs.oracle.com/cd/E80920_01/SAGUG/exadata-storage-server-iorm.htm

Page 39: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

QUESTION 51Which four are true about Exadata features?

A. Storage Indexes persist across Exadata storage server reboots.

B. Data Warehouse workloads will benefit from Smart Flash Cache configured in Write-Through mode.

C. Hybrid Columnar Compressed tables can be compressed and decompressed on Exadata storage servers.

D. Hybrid Columnar Compressed tables can be compressed and decompressed on the database servers.

E. OLTP workloads will benefit from Smart Flash Cache configured in Write-Back mode.

F. Storage Indexes persist across database server reboots.

Correct Answer: CDEFSection: (none)Explanation

Explanation/Reference:CD: That data remains compressed not only on disk, but also remains compressed in the Exadata Smart Flash Cache, on Infiniband, in the database server buffercache, as well as when doing back-ups or log shipping to Data Guard.

E (not B): Use the Write-Back Flash Cache feature to leverage the Exadata Flash hardware and make Exadata Database Machine a faster system for OracleDatabase Deployments. Write-through cache mode is slower than write-back cache mode. However, write-back cache mode has a risk of data loss if the ExadataStorage Server loses power or fails.

F: Storage indexes are not stored on disk; they are resident in the memory of the storage cell servers.

Incorrect Answers:A: Storage indexes are not stored on disk; they are resident in the memory of the storage cell servers. They are created automatically after the storage cells receiverepeated queries—with predicates—for columns. No user intervention is needed to create or maintain storage indexes. And because they are memory-residentstructures, they disappear when the storage cells are rebooted.

References: http://www.oracle.com/technetwork/testcontent/o31exadata-354069.html

QUESTION 52Which two must be true for a Smart Scan to occur on a table?

A. Sessions querying the table must set cell_offload_processing = true.

B. It must be stored in an ASM diskgroup with a 4MByte AU size.

C. It must be heap organized.

D. It must be accessed using direct path reads.

E. The table must not be compressed.

Page 40: Oracle.Examskey.1z0-070.v2018-09-26.by.Christopher...2018/09/26  · QUESTION 8 You wish to determine if the I/O resource management plan that you created has helped improve the performance

https://www.gratisexam.com/

Correct Answer: ADSection: (none)Explanation

Explanation/Reference:

https://www.gratisexam.com/