You are on page 1of 10

Exam 1z0-338: Oracle Exadata Database Machine and Cloud Service 2017

Implementation Essentials

Your customer wants to load source information into a database. The source files are generated on a
remote HP-UX system and need to be written to the Exadata system. The ideal solution would be to use
a remote file system where an ACFS file system is exported to the HP-UX system. Which three options are
supported using ACFS on Exadata 12.1.0.2 and later?
 SAMBA, NFS e DBFS
Which Exadata feature eliminates unnecessary data transfers between database nodes and storage?
 Flash Cache, Cell offloading
To patch an Exadata cloud instance, you need to run the exadbcpatchmulti command as root from the
compute node exadbcpatchmulti uses the exadbcpatch.cfg file to provide information about the location
of files related to patching operations as well as additional parameters related to these operations.
What is the purpose of the sw_bkup_needed=1 parameter that can be set in the exadbcpatch.cfg file?
 It creates a backup of the Oracle database data files
Which characteristics of DBFS on Exadata would you suggest as being a key benefit?
 Tens of thousands of files are the perfect use case for DBFS on Exadata.
Oracle ILOM is an embedded service processor in many Oracle Exadata Database Machine components.
What are three features provided by Oracle ILOM? (Choose three.)
 Secure access for lights out management of the database and storage servers
 Web-based, secure shell, IPMI, and SNMP access for out-of-band management
 Role-based security access to limit functions to individual user administration tasks
Which two statement are true about enabling the write-back flash cache?
 Before write-back-flash-cache is enabled you need to drop the flash cache first.
 Write back flash cache requires a minimum required software version.
Oracle Configuration Manager is the key to the proactive capabilities of MyOracle Support. Which three
statements describe OCM? (Choose three.)
 It is used to collect configuration details and upload them to the management repository.
 A customer can associate an SR to their configuration data to reduce issue resolution time
 Configuration collection occurs every 24 hours.
What happens in an Exadata Database Machine when the DUPLICATE sub-clause of the INMEMORY
attribute is specified?
 Each In-Memory Compression Unit in the IM column store will have a mirrored copy placed on
another node in the RAC cluster.
A cloud user is assigned the Service Administrator role. Which cloud actions can this user perform?
 View, create, update, and delete Oracle Compute Cloud Service resources.
What are two value propositions for using the Oracle Configuration Manager (OCM) on Exadata? (Choose
two.)
 Improved access to best practices and Oracle knowledge base
 Faster issue resolution
In which three ways can customers access the ILOM interface to manage the Exadata database and
storage server hardware components? (Choose three.)
 ILOM Web interface through the management network
 Remote KVM session to the ILOM
 From the storage server operating system tool "ilomcli"
When attempting to install Oracle Enterprise Manager agent software directly on an Exadata storage cell,
you get an error. What caused the error?
 The Enterprise Manager agent software is not a supported version for the storage cell.
Which statement is true about the patching features provided in Platinum Services?
 Patching services are available for the full software stack up to twice per year.
Which statement is true about Exadata Storage Servers?
 Exadata Storage Servers automatically delete old diagnostic and metric files
Which statement explains the difference between Normal and High redundancy ASM failure groups?
 Normal redundancy tolerates a single cell failure, whereas High redundancy tolerates a two-cell
failure
What are three ways to be informed of an Exadata Storage Sever disk failure? (Choose three.)
 alert notifications through email when SMTP notification is configured
 review of the output of LIST ALERTHISTORY
 alert notifications in the Enterprise Manager Exadata Plug-In
Which CellCLI command is used to conclude that a storage server can be taken offline without impacting
database availability?
 LIST GRIDDISK ATTRIBUTES name, asmDeactivationOutcome;
Explanation: Explanation/Reference: ASMDeactivationOutcome recall that grid disks can be deactivated,
which is effectively taking them offlinSince ASM mirroring ensures that the data is located on another
disk, making this disk offline does not lose datHowever, if the mirror is offline, or is not present, then
making this grid disk offline will result in loss of datThis attribute shows whether the grid disk can be
deactivated without loss of datA value of "Yes" indicates you can deactivate this grid disk without data
loss.

CellCLI> list griddisk attributes name, ASMDeactivationOutcome, ASMModeStatus


DBFS_DG_CD_02_cell01 Yes ONLINE
DBFS_DG_CD_03_cell01 Yes ONLINE
DBFS_DG_CD_04_cell01 Yes ONLINE

Which options does not benefit from storage offload processing?


 indexes that rely on B-Tree pointers
Storage indexes are unique to Exadata Database Machine and their primary goal is to reduce the amount
of I/O required to service I/O requests for Exadata Smart Scan. Put the following steps in order:
 3, 5, 2, 1, 6, 7, and 4
 3. The database is started
 5. A query is issued against the MYOBJ_CTRL table that has a predicate OBJECT_ID=1500.
 2. cellsrv checks the high and low values, and determines that the storage region does not contain
any values that meet the predicate.
 1. The Exadata cell services software conducts I/O requests on 1 MB storage regions. 6. A
subsequent query is issued against the MYOBJ_CTRL table that has a predicate OBJECT_ID=2234.
 7. The MYOBJ_STATE’S region index is populated with high and low values for the OBJECT_ID
column during the l/O request.
 4. Physical I/O to the region is bypassed if the query selection falls outside the high/low storage
index storage.
Which two statements are true about CellCLI? (Choose two.)
 Using a CellCLI command, you can change the SNMP subscribers or add multiple SNMP
subscribers.
 Using a CellCLI command, you can see whether grid disks are being used by ASM or not.
Which three mandatory tasks must be performed when configuring the Auto Service Request (ASR)
Manager? (Choose three.)
 verifying the ASR configuration
 registering the ASR Manager
 activating a node on the ASR Manager
Your customer needs to ensure that their data is available on the Exadata machine during patches. The
customer wants to be able to patch one server at a time but still be protected against single-node server
failure
 Normal
Explanation:
Redundancy level. If NORMAL redundancy is chosen, then grid disks from at least 2 storage servers must
be specifieIf HIGH redundancy is chosen, then grid disks from at least 3 storage servers must be
specifieThe recommended practice is to choose grid disks of the same size from all available storage
servers to get the best performance and resilience.

Which statement is true about Oracle compression?


 A partitioned table can use only Advanced Compression or only Hybrid Columnar Compression
Which statement is true about the Exadata CELLBOOT USB?
 Regular Exadata storage server patches make sure that the internal USB is updated so that it can
be used for recovery.
You notice that a database node has hung, so you open a Service Request via My Oracle Support. What
diagnostic output will you send to My Oracle Support by default?
 AWR
Identify four significant changes when a backup of Exadata compute nodes must be performed
 Addition of an Exadata storage expansion
 Application of Oracle patches
 Application of operating system patches
 Reconfiguration of significant operating system parameters
Consider the following command:
./patchmgr -cells dm01 -patch -rolling
Which two actions does this command perform?
 Upgrades one or more Exadata Storage Servers simultaneously
 Upgrades an Exadata Storage Server named dm01
How does Advanced Compression differ from Hybrid Columnar Compression?
 Advanced Compression is good for tables with active updates and deletes, whereas Hybrid
Columnar Compression is best applied to tables or partitions where data is fairly static
How would you ensure that batch jobs don’t impact the performance of online queries that use the same
database?
 Build a Database Resource Management Plan, giving priority to query workloads.
Which two statements appropriately describe the backup and recovery procedures on Exadata?
 The data that is stored in a database is backed up and restored by using RMAN commands.
 The cell software backup is performed through CellCLI and cell recovery is accomplished by using
a rescue procedure.
Which three features are unique to Exadata Storage?
 Grid disks with default AU allocation sizes of 1 MB
 Prioritization of disk I/Os based on the database
 Database storage flash cache space allocation guarantees and limits
Which two options would you use to allow direct path loads to run in parallel on your Exadata platform?
 setting the PARALLEL clause on both the external table and the table where you are loading the
data
 adding the PARALLEL hint to the CTAS or IAS statement
What are three Oracle recommended methods for migrating to Exadata with the least amount of down
time?
 Cross Platform Incremental Backup and Restore
 Logical migration by using RMAN and GoldenGate
 Physical migration by using Data Guard
Where would your customer go to find the latest Exadata patches?
 My Oracle Support note 888828.1.
Which three options describe the flash memory capabilities of the Exadata X6-2 database and storage
servers?
 No flash storage on the database server
 4 x 3.2 TB NVMe flash cards on the HC storage server
 8 x 3.2 TB NVMe flash cards on the EF storage server
Your customer is implementing a storage consolidation strategy on their existing Exadata. Which step
represents the Oracle recommended action that the customer should take in their approach?
 Use IORM to distribute disk bandwidth among the databases.
You are measuring the I/O savings provided by storage indexes for Table One of your scripts displays the
I/O sayings as a result of the storage indexes. Which two statements are true?
 The storage indexes reduced the amount of physical I/O bytes significantly for this query
 The storage index data is not on the Cell Server's region index memory structures yet because this
predicate has not been used.
Which two statements are true about enabling write-back flash cache?
 Write-back flash cache requires a minimum required software version.
 Before write-back flash cache is enabled, you need to drop the Flash Cache first.
The ipmi tool command is most commonly used to perform which two tasks?
 To power on a chassis from another system in Exadata machine
 To show the ILOM SP server event logs in details for a listing of components status on a particular
machine
The Exadata architecture is divided into two specific tiers: the database tier and the storage tier. What
protocol do these tiers use to communicate with each other?
 iDB – Intelligent Database Protocol
Which three items are the main elements of Oracle Database Resource Manager?
 Resource plan
 Resource consumer group
 Resource plan directive
Which three tools can be used on a freshly re-imaged Exadata system to create, resize, or delete ACFS
filesystems?
 SQL*Plus and ASMCMD
 ASMCA
 Enterprise Manager Express
Which two statements are true about migrating your database to Exadata?
 ASM and the database best practice configuration that is supplied during Exadata deployment
should be retained during and after migration.
 The logical migration methods allow more flexibility in changing the database structure for best
performance than the physical methods.
Which statement is true about the disks that are used in ASM diskgroups on the Exadata platform?
 The disks in ASM diskgroups must have similar performance characteristics in addition to having
the same size.
Which statement is true about Enterprise Manager 12c for Exadata?
 EM Agents can communicate to storage cells via SSH.
Which two statements are true about metrics in the DBMCLI utility?
 Metric values are computed and stored in memory, and then permanently stored on disk.
 Metrics are reported as one of four types: cumulative, instantaneous, rate, or transition
Which two statements are true about troubleshooting failed patching activities?
 Dependency issues found during yum updates should be ignored by using the force option.
 Database server OS updates can be rolled back by using opatch auto –rollback.
Your government customer has purchased a full rack of Exadata. The customer has two departments that
would like to share the Exadata Database Machine but the concern is that department A will be able to
see data from department Which architecture would you suggest to solve this deployment issue?
 Define the split by setting up database services that are specific to department A and department
B.
Which three statements describe the memory capabilities of the X6-2 Exadata system?
 The database server come with 256 GB memory default.
 The database server can contain 768 GB memory.
 The HC and EF storage servers contain 128 GB memory
When provisioning Oracle Exadata Cloud Service, the wizard requests information about
backup and restore options. Which two options are provided to customers? (Choose two.)
 backup to Exadata storage (if this option was chosen during configuration)
 cloud storage through Oracle Database Backup Cloud Service
When a customer use Enterprise Manager to monitor and maintain their Exadata machine,
which protocol does enterprise manager uses to send and receive information about
component failure event and status.
 SNMP
Identify two ways that Smart Flash Cache can be enabled on an Exadata Database
Machine (Choose two.)
 It can be enabled manually with the CREATE FLASHCACHE command from CellCLI.
 It can be enabled by using the cellCLI DROP FLASHCACHE command
A customer has received an email notification about a temperature alert on one of the storage servers on
their Exadata system. What action can the customer take to further investigate the alert?
 SSH to the storage server and use the CeIICLI sensor_check command to get information about
the storage servers health.
In a customer ACFS filesystem, they would like you to set up replication between the existing local primary
and the remote standby Exadata system.
Which tool would you use to administer the replication process?
 Replication is controlled by using the acfsutil command-line tool.
Which three configurations would you recommend to provide High Availability? (Choose
three.)
Enabling Flashback Technologies - for fast point-in-time recovery from logical corruptions and for fast
reinstatement of a primary database following failover
 Configuring bonding for the management network in order to provide highest availability for the
Data Guard network
 When no Data Guard standby database is deployed, using high redundancy for both the RECO and
DATA diskgroups
Which two statements are true about the two types of Exadata storage servers, the HC storage server and
the EF storage server?
 The EF storage servers contain 8 X 3.2TB PCIe flash cards.
 The HC storage servers contain 12 X 8TB hard disks and 4 X 3.2TB PCI flash cards.
Which three statements are true about Automatic Degree of Parallelism (Auto DOP) on
Exadata? (Choose three.)
Auto DOP is enabled via the PARALLEL_M1N_TIME_THRESHOLD initialization parameter.
 Oracle's Auto DOP algorithms calculate the Degree of Parallelism based on a table's block counts.
 Auto DOP is disabled by default, and must be enabled before SQL statements can take advantage
of its features.
Which two terms correctly describe the concept of moving database processing from the database layer
to the storage layer to reduce the volume of data that needs to be processed by the database server?
 Offloading
 Smart Scan
When performing the Oracle recommended bonding of NETl/NETZ or NET4/NET5, what other step should
be completed in order to ensure connectivity, in case of a network hardware outage?
 Each link should terminate at a separate switch to provide network redundancy.
Your Exadata Cloud instance has been fully provisioned and you continue the setup by logging in to the
newly created Virtual Machines (VMs) by using SSH. Which two default usernames can be used to log in
to the VMs? (Choose two.)
 root
 opc
You get a Host Unreachable error when you attempt to connect to a server through a network terminal
command line. Identify two other ways that you can connect. (Choose two.)
 Use the ILOM Web GUI.
 Use the dcli command at the root prompt on a database node
Identify the two choices a customer must make that impact diskgroup creation when the customer wants
to have only a DATA diskgroup and a RECO diskgroup? (Choose two.)
 The number of databases that will run on the cluster
 The level of redundancy required
What type of SRs does the ASR Manager generate for Exadata?
 Software assets
There are many different ways to load data into database tables. Which method does Oracle strongly
recommend?
 Data loading via external tables
Which user can create administrator accounts and change the administrator password in Oracle Exadata
Cloud Service?
 Identity Domain Administrator
In which three cases would RMAN backup and recovery be a good strategy for migrating to the cloud?
(Choose three.)
 When moving an Oracle Data Guard physical standby database to the cloud
 When you are migrating a database from a different database version and it might have a different
character set
 When a physical migration approach is feasible and physical database reorganization is no
necessary
Which statement is true about instance caging setup?
 The initialization parameter resource_manager_plan should be set.
Your customer would like to configure monitoring capabilities along side ASR on the stand-alone server
that was set aside to run ASR Manager. What configuration would you set up for the customer?
 Enterprise Manager (Ops Center) and ASR Manager on the stand-alone server because ASR is not
a monitoring tool
When preparing to install ASR on your customers Exadata Database Machine, which user account will you
use first to configure the Exadata Database Server?
 root
Consider the following software changes that are performed manually on a Linux server:

1. Changes for Linux kernel firewall configuration


2. Changes for custom performance monitoring tools
3. Changes for security scan tools
4. Changes for Linux system performance optimization
Which of the software changes listed are permitted on Exadata Storage Servers?
 Only 1 and 2
Which three statements are true about the Enterprise Manager setup in Exadata? (Choose
three.)
 InfiniBand Switches are monitored remotely.
 Enterprise Manager creates a schematic of all servers and their health in the Exadata rack.
 Enterprise Manager shows the health of individual ports on the InfiniBand Switches. Your
customer would like to install security software on all systems that are hosted out of their
datacenter.
Which statement correctly identifies Oracle guide line on where security software can be installed on
Exadata?
 The security software can be installed on database server but not on the storage cell.
Which two steps are needed to set up instance caging on an Exadata system
 Set the CPU_COUNT parameter to the maximum number of CPUs that the database instance
should utilize at any time
 Enable a resource plan to manage the CPUs.
Which three steps should you perform before executing the following command which will set the cell
flash cache mode to write back?
# cellcli alter cell flashcachemode=writeback
 Shutdown the cellsrv services on the cell.
 Inactivate the grid disks on the cell.
 Drop the existing flash cache on the cell.
The Exadata compute node, exadbs04, has been having issues for some timThe server had to be repaired
and you just received a new server. Your LVM snapshot was corrupt and now the compute node must be
re-imaged with an Oracle Support installation image. Which three tasks must be performed in order to
re-image the compute node? (Choose three.)
 Remove exadbs04 from the RAC cluster and all associated Oracle Homes from the central
inventory.
 Reboot the new server by using a bootable recovery image from the external USB driv
 Reconfigure all site-specific settings (host name, IP addresses, NTP server, and so on).
When backing up a storage cell, what is actually being backed up?
 all the disk headers and storage indexes in the storage cell
Your customer has encountered some system disk issues and has been told that a storage cell rescue
procedure must be implemented. What will this procedure accomplish?
 It will recover the Exadata system volumes by using the internal USB flash disk.
 It will perform cell flash cache failure replacement.
 It will perform a complete storage server hardware replacement.
How do ASM failure group provide redundancy?
 They assign ASM disks to failure groups to ensure that the mirror copies of a block are not in the
same failure group.
Identify three customer options for hosting the Platinum Services Advanced Support Gateway. (Choose
three.)
 Purchase the recommended x86 64-Bit gateway hardware from Oracle
 Install in Oracle Virtual Machine with required hardware
 Install on Exadata Engineered System.
What are the three Flash Cache prioritization levels that can be set via the
CELL_FLASH_CACHE command? (Choose three.)
 NONE
 KEEP
 DEFAULT
Which statement is true about Hybrid Columnar Compression (HCC)?
 HCC being a database feature will work with all types of storage hardware
Which three steps should you perform before executing the following command which will
set the cell flash cache mode to write back?
# cellcli –e alter cell flashcachemode=writeback
 Shutdown the cellsrv services on the cell.
 Inactivate the grid disks on the cell.
 Drop the existing flash cache on the cell.
How do ASM failure group provide redundancy?
 They assign ASM disks to failure groups to ensure that the mirror copies of a block are not in the
same failure group.
Your customer would like to install security software on all systems that are hosted out of
their datacenter. Which statement correctly identifies Oracle guide line on where security
software can be installed on Exadata?
 The security software can be installed on database server but not on the storage cell.
Which two statements are true about the two types of Exadata storage servers, the HC
storage server and the EF storage server?
 The EF storage servers contain 8 X 3.2TB PCIe flash cards.
 The HC storage servers contain 12 X 8TB hard disks and 4 X 3.2TB PCI flash cards.
Which three statements describe the memory capabilities of the X6-2 Exadata system?
 The database server come with 256GB memory default.
 The database server can contain 768GB memory.
 The HC and EF storage servers contain 128GB memory.
When a customer use Enterprise Manager to monitor and maintain their Exadata machine,
which protocol does enterprise manager uses to send and receive information about
component failure event and status.
 SNMP
Where would your customer go to find the latest Exadata patches?
 My Oracle Support note 888828.1.
Which three steps should you perform before executing the following command which will
set the cell flash cache mode to write back?
# cellcli –e alter cell flashcachemode=writeback
 Shutdown the cellsrv services on the cell.
 Inactivate the grid disks on the cell.
 Drop the existing flash cache on the cell.
Which characteristics of DBFS on Exadata would you suggest as being a key benefit?
 Tens of thousands of files are the perfect use case for DBFS on Exadata.
Which two statement are true about enabling the write-back flash cache?
 Before write-back-flash-cache is enabled you need to drop the flash cache first.
 Write back flash cache requires a minimum required software version.
The ipmi tool command is most commonly used to perform which two tasks?
 To power on a chassis from another system in Exadata machine.
 To show the ILOM SP server event logs in details for a listing of components status on a particular
machine
Which two statements appropriately describe the backup and recovery procedures on
Exadata? (Choose two.)
 The data that is stored in a database is backed up and restored by using RMAN commands.
 The cell software backup is performed through CellCLI and cell recovery is accomplished by using
a rescue procedure
When preparing to install ASR on your customer’s Exadata Database Machine, which user
account will you use first to configure the Exadata Database Server?
 root
Which statement is true about Oracle compression?
 A partitioned table can use only Advanced Compression or only Hybrid Columnar Compression.
Which three statements are true about Automatic Degree of Parallelism (Auto DOP) on
Exadata?
 Auto DOP is enabled via the PARALLEL_M1N_TIME_THRESHOLD initialization parameter.
 Oracle’s Auto DOP algorithms calculate the Degree of Parallelism based on a table’s block counts.
 Auto DOP is disabled by default, and must be enabled before SQL statements can take advantage
of its features.
Which two statements are true about enabling write-back flash cache? (Choose two.)
 Write-back flash cache requires a minimum required software version.
 Before write-back flash cache is enabled, you need to drop the Flash Cache first
Oracle ILOM is an embedded service processor in many Oracle Exadata Database Machine
components. What are three features provided by Oracle ILOM? (Choose three.)
 secure access for lights out management of the database and storage servers
 web-based, secure shell, IPMI, and SNMP access for out-of-band management
 role-based security access to limit functions to individual user administration tasks
Consider the following software changes that are performed manually on a Linux server:
1. Changes for Linux kernel firewall configuration
2. Changes for custom performance monitoring tools
3. Changes for security scan tools
4. Changes for Linux system performance optimization
Which of the software changes listed are permitted on Exadata Storage Servers?
 only 1 and 2
Storage indexes are unique to Exadata Database Machine and their primary goal is to
reduce the amount of I/O required to service I/O requests for Exadata Smart Scan. Put the
following steps in order:

1. The Exadata cell services software conducts I/O requests on 1 MB storage regions.
2. cellsrv checks the high and low values, and determines that the storage region does not
contain any values that meet the predicate.
3. The database is started.
4. Physical I/O to the region is bypassed if the query selection falls outside the high/low
storage index storage.
5. A query is issued against the MYOBJ_CTRL table that has a predicate
OBJECT_ID=1500.
6. A subsequent query is issued against the MYOBJ_CTRL table that has a predicate
OBJECT_ID=2234.
7. The MYOBJ_STATE’S region index is populated with high and low values for the
OBJECT_ID column during the l/O request.
 3, 5, 2, 1, 6, 7, and 4
Consider the following command:
./patchmgr -cells dm01 -patch –rolling
Which two actions does this command perform? (Choose two.)
 upgrades one or more Exadata Storage Servers simultaneously
 upgrades an Exadata Storage Server named dm01
What type of SRs does the ASR Manager generate for Exadata?
 software assets
Which three statements are true about the Enterprise Manager setup in Exadata? (Choose
three.)

 InfiniBand Switches are monitored remotely.


 Enterprise Manager creates a schematic of all servers and their health in the Exadata rack.
 Enterprise Manager shows the health of individual ports on the InfiniBand Switches.
Which user can create administrator accounts and change the administrator password in
Oracle Exadata Cloud Service?
 Identity Domain Administrator
When performing the Oracle recommended bonding of NETl/NETZ or NET4/NET5, what
other step should be completed in order to ensure connectivity, in case of a network hardware
outage?
 Each link should terminate at a separate switch to provide network redundancy.
Which two statements are true about CellCLI? (Choose two.)
 Using a CellCLI command, you can change the SNMP subscribers or add multiple SNMP
subscribers.
 Using a CellCLI command, you can see whether grid disks are being used by ASM or not.
Which CellCLI command is used to conclude that a storage server can be taken offline
without impacting database availability?

 LIST GRIDDISK ATTRIBUTES name, asmDeactivationOutcome;


What are the three Flash Cache prioritization levels that can be set via the
CELL_FLASH_CACHE command?
 NONE
 KEEP
 DEFAULT
Which two steps are needed to set up instance caging on an Exadata system? (Choose
two.)

 Set the CPU_COUNT parameter to the maximum number of CPUs that the database instance
should utilize at any time.
 Enable a resource plan to manage the CPUs.
Which three options describe the flash memory capabilities of the Exadata X6-2 database
and storage Servers?
 no flash storage on the database server
 4 x 3.2 TB NVMe flash cards on the HC storage server
 8 x 3.2 TB NVMe flash cards on the EF storage server
Which statement is true about Enterprise Manager 12c for Exadata?

 EM Agents can communicate to storage cells via SSH.


Which two terms correctly describe the concept of moving database processing from the
database layer to the storage layer to reduce the volume of data that needs to be
processed by the database server? (Choose two.)

 Offloading
 Smart Scan
Your customer has encountered some system disk issues and has been told that a
“storage cell rescue procedure” must be implemented. What will this procedure
accomplish?

 It will recover the Exadata system volumes by using the internal USB flash disk.
 It will perform cell flash cache failure replacement.
 It will perform a complete storage server hardware replacement.
In which three cases would RMAN backup and recovery be a good strategy for migrating to
the cloud?
 when moving an Oracle Data Guard physical standby database to the cloud
 when you are migrating a database from a different database version and it might have a
different character set
 when a physical migration approach is feasible and physical database reorganization is no
necessary
When provisioning Oracle Exadata Cloud Service, the wizard requests information about
backup and restore options. Which two options are provided to customers? (Choose two.)

 Backup to Exadata storage (if this option was chosen during configuration)
 Cloud storage through Oracle Database Backup Cloud Service
A customer has received an email notification about a temperature alert on one of the
storage servers on their Exadata system. What action can the customer take to further
investigate the alert?

 SSH to the storage server and use the CeIICLI sensor_check command to get information about
the storage server’s health.
Your Exadata Cloud instance has been fully provisioned and you continue the setup by
logging in to the newly created Virtual Machines (VMs) by using SSH.Which two default
usernames can be used to log in to the VMs? (Choose two.)
 Root
 OPC
Which three features are unique to Exadata Storage? (Choose three.)

 grid disks with default AU allocation sizes of 1 MB


 prioritization of disk I/Os based on the database
 database storage flash cache space allocation guarantees and limits
Identify four significant changes when a backup of Exadata compute nodes must be
performed. (Choose four.)

 addition of an Exadata storage expansion rack


 application of Oracle patches
 application of operating system patches
 reconfiguration of significant operating system parameters
Which three configurations would you recommend to provide High Availability? (Choose
three.)

 enabling Flashback Technologies – for fast point-in-time recovery from logical corruptions and for
fast reinstatement of a primary database following failover
 configuring bonding for the management network in order to provide highest availability for the
Data Guardnetwork
 when no Data Guard standby database is deployed, using High redundancy for both the RECO and
DATA diskgroups
our customer wants to load source information into a database. The source files are
generated on a remote HP-UX system and need to be written to the Exadata system. The
ideal solution would be to use a remote file system where an ACFS file system is exported
to the HP-UX system. Which three options are supported using ACFS on Exadata 12.1.0.2
and later?
 SAMBA
 NFS
 DBFS

Which Exadata feature eliminates unnecessary data transfers between database nodes
and storage?

 Flash Cache
 cell offloading

You might also like