Sie sind auf Seite 1von 47

Oracle 1z0-485

Exadata Database Machine Models X3-2 and X3-8


Certified Implementation Specialist
Version: 4.0
Oracle 1z0-485 Exam
QUESTION NO: 1

Exadata Database Machine offers an Intelligent Platform Management Interface for the various
components in the Exadata product. Which option is true?

A. IPMI can be used to remotely start and stop servers.


B. IPMI can be used to remotely log in to the operating system.
C. IPMI commands can be executed by using SNMP traps.
D. IPMI settings can be secured by backing up the Oracle Linux installation on the storage system.

Answer: A
Explanation: IPMI – short for Intelligent Platform Management Interface - is an interface standard
that allows remote management of a server from another using standardized 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 on

To stop a server, use the shutdown command. To stop immediately and keep it down, i.e. not
reboot, execute:# shutdown -h -y now

QUESTION NO: 2

Which is the best location to point your customer to, for finding the latest Exadata patches?

A. owner's guide
B. Patch database in MyOracle Support
C. MyOracle Support note 888828.1
D. MyOracle Support for database patches, ULN for OS patches, and Sun Support for Server and
InfiniBand patches.

Answer: B
Explanation: Before starting, we would like to share and note here two documents from My
Oracle Support, aka metalink. These notes must be the first place that you need to go to review
before patching the Exadata environment.
* (B) Database Machine and Exadata Storage Server 11g Release 2 (11.2) Supported Versions
(Doc ID. 888828.1)
- This is for the second and third generation (V2 and X2) for Oracle Exadata, using Sun hardware.
* Database Machine and Exadata Storage Server 11g Release 1 (11.1) Supported Versions (Doc

"Pass Any Exam. Any Time." - www.actualtests.com 2


Oracle 1z0-485 Exam
ID. 835032.1)
* - This is for the first generation (V1) for Oracle Exadata, using HP hardware.

QUESTION NO: 3

A customer has three databases named CC. FIN, and DW. The CC database is for their
CallCenter. Even a slight decrease in the response time of the database would mean more people
"on hold" in their data center. The orders received through the CallCenter are stored in the
Finance (FIN) database. Both databases, CC and FIN, serve as sources for the Data Warehouse
(DW) database. All databases use the same Automatic Storage Management (ASM) diskgroup
and therefore, the same physical disks on Exadata storage. The customer wants to dynamically
control the resources that are available for the CallCenter database because this has direct impact
on their operations?

Which option should be implemented?

A. DBRM on the CC database


B. DBRM on all the databases
C. IORM, because DBRM cannot be changed for an existing session
D. IORM and DBRM

Answer: B
Explanation: Using the Database Resource Manager, you can:
Distribute available processing resources by allocating percentages of CPU time to different users
and applications. In a data warehouse, a higher percentage may be given to ROLAP (relational
on-line analytical processing) applications than to batch jobs.

QUESTION NO: 4

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

"Pass Any Exam. Any Time." - www.actualtests.com 3


Oracle 1z0-485 Exam
Which of the software changes listed are permitted on Exadata Storage Servers?

A. 1, 2, 3, and 4
B. only 3 '
C. none
D. only 2
E. only 1 and 2
F. only 2 and 3

Answer: E
Explanation: 1: The Storage Server Patch is responsible for keeping our cell nodes always up-to-
date, fixing possible problems, and this patch includes different component patches, like kernel
patches, firmware, operation system, etc… for the Storage Server.
Incorrect:
3,4: security scan tools changes and Linux system performance optimization changes would be on
the database server.

QUESTION NO: 5

Which two statements are true about enabling write-back flash cache?

A. When enabling write-back flash cache in a non rolling manner, it is important to ensure that
asmdeactivatonoutcome is set to YES and asmModestatus is set to ONLINE for all grid disks.
B. Before using write-back flash cache, you need to verify the minimum required versions.
C. Before write back-flash cache is enabled, you need to drop the Flash Cache first.
D. The setting flashCacheMode should be set to writeback by updating cellinit.ora and restarting
cellsrv.
E. When enabling write-back flash cache in a rolling manner, dcli should be used to inactivate the
grid disks on all cells first.

Answer: B,C
Explanation: B: Exadata storage version 11.2.3.2.1 is the minimum version required to use this
write back flash cache option.
C: Steps for Enabling Write back flash cache:
First of all, you don’t need the stop CRS or database (This is ROLLING method) ,you can do it cell
by cell.
* drop flashcache
* Be sure asmdeactivationoutcome is YES is before disabling grid disk

"Pass Any Exam. Any Time." - www.actualtests.com 4


Oracle 1z0-485 Exam
QUESTION NO: 6

Consider the following setup:

User A1 belongs to resource group High on Database A.

User B2 belongs to resource group Low on Database B.

User C3 is a user on Database C without any DBRM setup.

DBRM setup:

Database A: Resource group High gets 80% and Low gets 20%.

Database B: Resource group High gets 60% and Low gets 40%.

IORM setup:

Database A: Share=20, limit=5

Database B: Share=30, limit=10

Database C: 5 shares

Total number of shares in the IORM setup = 100

What percent of I/O will each database user theoretically be using when the Exadata storage unit
I/O throughout is used 100% and no other databases but A, B, and C are running?

A. Al = 36%, B2=18%, and C3=9%


B. Al = 33%, B2=33%, and C3=33%
C. AI = 10%, B2=5%, and C3=20%
D. Al = 8%, B2=12%, and C3=5%
E. Al = 5%, B2=10%, and C3=85%

Answer: E
Explanation: IORM setup limits Database A to 5%, and Database B is limited to 10%, while
Database C has not IORM limit.
Not that the resource groups are for CPU allocation.

QUESTION NO: 7

"Pass Any Exam. Any Time." - www.actualtests.com 5


Oracle 1z0-485 Exam
Consider this CellCLI command:

CellCLI> CREATE GRIDDISK ALL HARDDISK PREFIX=data, size=423G;

Which two statements describe what happens when you execute this command?

A. It creates one 423 GB grid disk on the first available cell hard disk.
B. It creates one 423 GB grid disk on each available cell hard disk.
C. It creates grid disks on the outermost 423 GB that is available on each hard disk.
D. It creates grid disks on the innermost 423 GB that is available on each hard disk.
E. It creates an Exadata Smart Flash Cache on all flash drives.

Answer: B,C
Explanation: * Example:
CellCLI> create griddisk all harddisk prefix=temp_dg, size=570G
This command will create 12 Griddisks, each of 570G in size from the outer (fastest) sectors of the
underlying Harddisks. It fills up the first 2 Celldisks entirely, because they have just 570G space
free – the rest is already consumed by the OS partition.

QUESTION NO: 8

You get a Host Unreachable error when you attempt to connect to a server through a network
terminal command line. What are two other ways in which you can connect?

A. Use the ILOM Web GUI.


B. Use the dcli command at the root prompt on a database node.
C. Attach a terminal device to the back panel of the server with a serial cable.
D. Connect by using SQL *Plus.
E. Log in as root on the database node using the Net1 IP address.

Answer: A,C
Explanation: In addition to gaining shell access via SSH to manage your Exadata servers, you
can also access them from the Integrated Lights Out Management (ILOM) console or KVM
console.

and should typically not require modifications unless you have changed network information inside
your database
machine.

"Pass Any Exam. Any Time." - www.actualtests.com 6


Oracle 1z0-485 Exam
Note: A KVM switch (with KVM being an abbreviation for "keyboard, video and mouse") is a
hardware device that allows a user to control multiple computers from one or more[1] keyboard,
video monitor and mouse. Although multiple computers are connected to the KVM, typically a
smaller number of computers can be controlled at any given time

QUESTION NO: 9

Identify three best practices for applying asmdeactivationoutcome es on Exadata Database


Servers and Exadata Storage Servers?

A. Backing up database servers and storage cells is not recommended before performing planned
maintenance.
B. Database server updates can be rolled back using the the “yum downgrade" procedure.
C. Bundle patches do not require testing before being installed on a production system.
D. It is recommended that Exadata systems with Data Guard configured use the "Standby First"
patching approach.
E. Patching should never be interrupted due to a connection drop. It is therefore recommended
that you use VNC or the screen utility.
F. Before patching cells in a rolling manner, you must check asmdeactivationoutcome
amModestatus and make sure that cells on all disks are online and that disks can be deactivated.

Answer: D,E,F
Explanation:

QUESTION NO: 10

The mpstat output from OS Watcher shows a database node as being 90% idle on an average.
What would you do to get a full picture of CPU utilization on the entire Exadata RAC cluster?

A. Average the mpstat id1 output from all the nodes.


B. Ask application users if they have noticed a slowdown in screen response.
C. Look for an increase in batch job servicing times.
D. A & B above

Answer: A
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com 7


Oracle 1z0-485 Exam

QUESTION NO: 11

Which two attributes describe key benefits of the InfiniBand network?

A. All Exadata database servers have a direct path link to each Exadata Storage Server.
B. Cell-to-cell communication uses Reliable Datagram Sockets (RDS) over InfiniBand to achieve
low latency.
C. Expanding from two Full racks to four only requires adding an external InfiniBand switch to be
at the top of the fat-tree topology.
D. Each InfiniBand link provides 10 Gigabits of bandwidth.
E. Oracle's interconnect protocol uses direct memory access (DMA) to eliminate buffer copies and
reduce CPU use.

Answer: C,E
Explanation: C: Oracle Exadata is architected to scale-out to any level of performance. To
achieve higher performance and greater storage capacity, additional database servers and
Exadata cells are added to the configuration – e.g., Half Rack to Full Rack upgrade. As more
Exadata cells are added to the configuration, storage capacity and I/O performance increases
near linearly.
E: Oracle's interconnect protocol uses direct data placement (DMA – direct memory access) to
ensure very low CPU overhead by directly moving data from the wire to database buffers with no
extra data copies being made. The InfiniBand network has the flexibility of a LAN network, with the
efficiency of a SAN.
Incorrect:
Not A: The architecture of the Exadata solution includes components on the database server and
in the Exadata cell. The software architecture for a Quarter Rack configuration is shown below.

"Pass Any Exam. Any Time." - www.actualtests.com 8


Oracle 1z0-485 Exam

Not B: No cell-to-cell communication is ever done or required in an Exadata configuration.


Not D: Each InfiniBand link provides 40 Gigabits of bandwidth –

QUESTION NO: 12

Identify three Exadata Storage Server software processes and their purpose?

A. CELLSRV: The Cell Server is responsible for servicing disk I/O and predicate processing
offload.
B. CELLSRV: The Cell Server is responsible for balancing workload to other storage servers.
C. MS: The Management Server is responsible for storage cell management and configuration.
D. MS: The Management Server is responsible for starting a local Enterprise Manager agent.
E. RS: The Restart Server is responsible for Automatic Storage Management (ASM) instance
restart.
F. RS: The Restart Server is responsible for CELLSRV and MS monitoring and restart.

Answer: A,C,F
Explanation: A: CELLSRV (Cell Services) is the primary component of the Exadata software
running in the cell
and provides the majority of Exadata storage services. CELLSRV is multi-threaded software that
communicates with the database instance on the database server, and serves blocks to
databases
based on the iDB protocol. It provides the advanced SQL offload capabilities, serves Oracle
blocks when SQL offload processing is not possible, and implements the DBRM I/O resource
management functionality to meter out I/O bandwidth to the various databases and consumer
groups issuing I/O.
C: The MS is the primary interface to administer, manage and query the
status of the Exadata cell. It works in cooperation with the Exadata cell command line interface
(CLI) and EM Exadata plug-in, and provides standalone Exadata cell management and
configuration. For example, from the cell, CLI commands are issued to configure storage, query
I/O statistics and restart the cell. Also supplied is a distributed CLI so commands can be sent to
multiple cells to ease management across cells.
F: Restart Server (RS) ensures the ongoing
functioning of the Exadata software and services. It is used to update the Exadata software. It
also ensures storage services are started and running, and services are restarted when required.

"Pass Any Exam. Any Time." - www.actualtests.com 9


Oracle 1z0-485 Exam
QUESTION NO: 13

Which two statements are true about troubleshooting failed patching activities?

A. Dependency issues found during yum updates require rolling back to a previous release before
retrying.
B. Bundle patches applied using opatch auto cannot roll back only the database or the grid
infrastructure home.
C. Failed OS patches on database servers can be rolled back.
D. Failed storage cell patches are rolled back to the previous release automatically.
E. Database server OS updates can be rolled back using opatch auto -rollback.
F. Dependency issues found during yum updates should be ignored using the force option.

Answer: A,E
Explanation: * Oracle has shifted the strategy to patching the exadata in 11.2.3.2.0 onwards to
using Yum as the method of patching.
* Database servers are patched using yum; there is a yum channel for each Exadata image
version. Recently, this functionality replaced the “minimal pack.”
* In the README for each storage server patch, Oracle provides detailed rollback instructions that
are to be followed in the event of a patch failure.

QUESTION NO: 14

Which two DML operations will add rows compressed by Hybrid Columnar Compression (HCC) to
a table that is created to use HCC?

A. INSERT
B. insert with an append hint
C. UPDATE
D. CREATE TABLE AS SELECT

Answer: B,D
Explanation: To maximize storage savings with Hybrid Columnar Compression, data must be
loaded using data warehouse bulk loading techniques. Examples of bulk load operations
commonly used in data warehouse environments are:
* Insert statements with the APPEND hint
* Parallel DML
* Direct Path SQL*LDR
* Create Table as Select (CTAS)

"Pass Any Exam. Any Time." - www.actualtests.com 10


Oracle 1z0-485 Exam

Incorrect:
Not A, Not C: DML operations (INSERT/UPDATE) against a Hybrid Columnar Compressed
table/partition can reduce the overall compression savings over time since data
INSERTED/UPDATED via DML operations will not be compressed to the same ratio as data that
is bulk loaded.

QUESTION NO: 15

Your customer wants to increase the size of the DATA diskgroup on the Exadata systems. The
customer is currently using 600 GB disks. Which two are the best options that you would
recommend?

A. adding a High Capacity Storage expansion rack


B. expanding the Exadata rack from a Half Rack to a Full Rack
C. moving underutilized grid disks from the RECO diskgroup to DATA
D. adding a ZFS storage appliance
E. adding a High Performance Storage expansion rack

Answer: A,B
Explanation: A: Oracle Exadata Storage Expansion Rack X4-2 enables you to grow the Oracle
Exadata storage capacity and bandwidth of Oracle Exadata Database Machine X4-2 and X3-8 and
Oracle SuperCluster. It is designed for database deployments that require very large amounts of
data, including historical or archive data; backups and archives of Oracle Exadata Database
Machine data; documents; images; file and XML data; LOB's; and other large unstructured data.

QUESTION NO: 16

What are two choices that a customer must make that impact diskgroup creation?

A. What is the level of redundancy required?


B. What OS will be run?
C. Where will disk backups be written?
D. How many databases will run on the cluster?

Answer: A,B
Explanation: B: There are a number of ASM disk group attributes that you can set when creating

"Pass Any Exam. Any Time." - www.actualtests.com 11


Oracle 1z0-485 Exam
your disk groups, but the following
are the most important:
* (B) compatible.rdms: Set this to the software version of your RDBMS home.
* au_size: Set this to 4 MB.
* compatible.asm: Set this to the software version of your Grid Infrastructure home.
* cell.smart_scan_capable: Set this to TRUE. If this attribute is set to FALSE, Smart Scan will be
disabled to segments that reside in the disk group.
* disk_repair_time: Leave this defaulted to 3.6 hours unless you’re performing maintenance
on a call and know that your outage window will be greater than 3.6 hours.
A:
Once you identify candidate grid disks, use the CREATE DISKGROUP command to create your
ASM disk groups.
Here are some of the more important considerations to think about when creating ASM disk
groups on Exadata:
* (A) When capacity planning, take your redundancy specification into consideration. Normal
redundancy will have the effect of reducing your usable storage to half the raw capacity, and
high redundancy will shrink it to a third of your raw disk capacity.
* Simplicity is best on Exadata. Using wild-carded CREATE DISKGROUP syntax not only offers
the most terse command syntax, but also ensures your ASM disk groups are spread evenly across
your Exadata Storage Server disks.
* Take the time to plan grid disk prefix names and overall grid disk configuration in the context
of your desired ASM disk group design.
* Make sure to set the appropriate compatible.asm and compatible.rdbms attributes when
creating ASM disk groups.
* Whenever possible, use a 4 MB extent size when creating disk groups on ASM storage.

QUESTION NO: 17

When would be the best time to run an Exadata health check (exachk)?

A. before patching, before upgrades, before backups, and on a regular basis


B. after patching, after upgrades, and after backups
C. only when advised by Oracle Support
D. before and after patching, when advised by Oracle Support, and on a regular basis
E. only after a hardware failure
F. monthly and after a hardware failure

Answer: D
Explanation: #1: Check for updates frequently.
#2: Execute before & after system changes.

"Pass Any Exam. Any Time." - www.actualtests.com 12


Oracle 1z0-485 Exam
#3: Make part of regular planned maintenance

QUESTION NO: 18

Which two statements describe correct network configuration for Exadata Database Machine?

A. The InfiniBand network subnet manager runs on all database servers to achieve High
Availability.
B. Oracle Clusterware communication is configured to use the management network.
C. The InfiniBand network interfaces on Linux servers are configured using active-passive
bonding.
D. Database connections to the SCAN listener route through the Ethernet switch in the Exadata
rack.
E. Database servers are deployed with three logical network interfaces configured: management,
client access, and private.

Answer: C,D
Explanation:
Incorrect:
Not A: The InfiniBand switches use an OpenSMInfiniBand subnet manager to manage the switch
configuration.

QUESTION NO: 19

How would you execute CellCLI commands and scripts?

A. using SQL*Plus on database nodes


B. by CellCLI commands executed on the database nodes
C. using third party tools after installing the CellCLI RPM plug-in
D. directly executing the commands and scripts on the Exadata storage cell
E. remotely by connecting to Port 1521 using SSL

Answer: D
Explanation: The storage cells in Exadata Database Machine are managed via two tools called
CellCLI and DCLI.

"Pass Any Exam. Any Time." - www.actualtests.com 13


Oracle 1z0-485 Exam
QUESTION NO: 20 CORRECT TEXT

Which two statements are true about migrating your database to Exadata?

A) Because Exadata uses InfiniBand, in order to migrate your database to Exadata, you must
have InfiniBand on the system that you are migrating from.

B) Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial
because it allows you to adopt HCC during migration.

C) ASM and database best practice configuration supplied during Exadata deployment should be
retained during and after migration,

D) Logical migration methods allow more flexibility than physical methods to change the database
structure for best performance.

E) All indexes should be dropped when migrating to Exadata.

Answer: CD
Answer: Databases on Exadata use ASM.
Incorrect:
Not A: 3 network choices:
10 Gb/s Ethernet
40 Gb/s InfiniBand
1 Gb/s Ethernet
(No fibre channel)

QUESTION NO: 21

Which statement is true about Exadata Storage Servers?

A. The Exadata Storage Server automatically deletes old diagnostic and metric files.
B. Exadata requires a running database instance on all storage servers and database servers.
C. Redundancy for user data stored in a database that is running on Exadata is achieved with
RAID5.
D. Communication between a database and an Exadata storage flows over low latency 10 Gigabit
Ethernet.
E. Exadata uses network affinity to determine which storage server data is written.

Answer: C
Explanation:
Incorrect:
Not B: Only on database servers.

"Pass Any Exam. Any Time." - www.actualtests.com 14


Oracle 1z0-485 Exam
not D: Exadata Storage Servers have dual 40 Gigabit InfiniBand links that provide connectivity
many times faster than traditional storage or server networks.

QUESTION NO: 22

Your customer is hesitant to install the Oracle Configuration Manager in their environment. Give
them three ways in which it will benefit their Exsdata Database Machine support experience and
potentially resolve some of the issues they are having with the length of time it is taking Oracle to
process their Exadata Service Requests (SRs).

A. Host information can be gathered and sent to Oracle for license compliance.
B. Potential issues can be addressed before they impact operations.
C. Priority handling can be extended for SRs, with attached configuration.
D. Exadata patching cannot be done successfully without the Oracle Configuration Manager.
E. Root cause analysis can be accelerated.

Answer: B,C,E
Explanation: Oracle Configuration Manager is used to personalize the support experience by
collecting configuration information and uploading it to the Oracle repository.
When customer configuration data is uploaded on a regular basis, customer support
representatives can analyze this data and provide better service to the customers. For example,
when a customer logs a service request, he can associate the configuration data directly with that
service request (C). The customer support representative can then view the list of systems
associated with the customer and solve problems accordingly.

Some of the benefits of using Oracle Configuration Manager are as follows:


/ Reduces time for resolution of support issues (E)
/ Provides pro-active problem avoidance (B)
/ Improves access to best practices and the Oracle knowledge base
/ Improves understanding of customer's business needs and provides consistent responses and
services

QUESTION NO: 23

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

A. database views

"Pass Any Exam. Any Time." - www.actualtests.com 15


Oracle 1z0-485 Exam
B. InfiniBand networking
C. Flash Cache
D. high performance SAS2 disk drives
E. cell offloading

Answer: C
Explanation: The Exadata Smart Flash Cache feature of the Exadata Storage Server Software
intelligently caches database objects in flash memory, replacing slow, mechanical I/O operations
to disk with very rapid flash memory operations. .

QUESTION NO: 24

In looking to improve query performance for your Data Warehouse, select the best way that
Exadata's Flash Cache feature can be leveraged?

A. Enable Smart Flash Log.


B. Execute alter table … cell_flash_cache=keep on heavily scanned tables.
C. Enable Write Back Flash Cache.
D. Create an ASM diskgroup on Flash Cache and move the indexes from disk to Flash.

Answer: B
Explanation: In earlier releases, database administrators had to mark an object as KEEP to have
it cached in flash cache for large scan workloads. This feature primarily benefits table scan
intensive workloads such as Data Warehouses and Data Marts. Random I/Os such as those
performed for Online Transactional Processing (OLTP)
continue to be cached in the flash cache the same way as in earlier releases.
Note: With the Exadata Storage Server Software 11.2.3.3.0 and above, the Exadata Smart Flash
Cache
software automatically caches objects read, in large table scans, in the flash cache based on how
frequently the objects are read. Previously, the default behavior was to bypass the flash cache for
such large sequential scans.

QUESTION NO: 25

Identify the three values to which the cell_flash_cache attribute can be set.

A. read
B. WRITE

"Pass Any Exam. Any Time." - www.actualtests.com 16


Oracle 1z0-485 Exam
C. KEEP
D. DEFAULT
E. NONE

Answer: C,D,E
Explanation: There are three values the CELL_FLASH_CACHE attribute can be set to.
DEFAULT specifies
the cache used for a DEFAULT object is automatically managed as described in the previous
section. NONE specifies that the object will never be cached. KEEP specifies the object should
be kept in cache.
Note: The CELL_FLASH_CACHE can be assigned to a database table, index, partition and LOB
column.

QUESTION NO: 26

High-disk IOPS (I/Os per second) rates are leading to longer execution times.

Which three approaches would you use to improve this scenario?

A. Enable Write-Back Flash Cache due to heavy DBWR usage.


B. Enable Write-Back Flash Cache due to heavy LGWR usage.
C. Swap hard disks to High Capacity disks.
D. Tune the application to reduce I/O requests.
E. Leverage IORM to give priority to critical workloads.

Answer: B,D,E
Explanation: B (not A): Smart Flash Logging is a recent Exadata enhancement that provides
physical disk redo write relief in times of high LGWR activity; alone, probably not a driver for
Exadata.

QUESTION NO: 27

When should you use Hybrid Columnar Compression?

A. always
B. on large active tables where deeper compression is desired
C. on tables or partitions that have fairly static data
D. on every table where Advanced Compression is not used

Answer: C

"Pass Any Exam. Any Time." - www.actualtests.com 17


Oracle 1z0-485 Exam
Explanation: It is recommended that HCC be enabled on tables or partitions with no or infrequent
DML operations

QUESTION NO: 28

When an Exadata Storage Server hard disk failure alert is received, what manual action must you
take to restore the system to full redundancy?

A. Replace the disk and run MegaCLI to rebuild the degenerate mirror.
B. No manual action is required because Automatic Storage Management (ASM) fast mirror
resync is automatic
C. No manual action is required because ASM rebalancing is automatic.
D. Replace the disk and manually copy the mirror extents to the new drive.
E. Run RMAN REPAIR FAILURE.

Answer: C
Explanation: As soon as the Hard Disk failure is noticed by the MS (Management Server)
background process on the Cell, it will raise an alert that will also be published to Grid Control, if
configured. Immediately, due to Pro-Active Disk Quarantine, the ASM-, Grid- and Celldisks get
dropped. ASM rebalancing is triggered. You as the responsible Admin notice the alert and order a
replacement Disk resp. use a Spare Disk to plug it into the Cell after you plugged out the damaged
one. The Cell can stay online, because the Hard Disks are hot-pluggable.

No further administrative work to be done, typically.

QUESTION NO: 29

You are concerned about how to recover from a failed Exadata Storage Server. What is the best
way to recover from a storage cell failure when content in both system disks is lost?

A. Database Machine Administrators should be prepared by creating a backup using


dbserver_backup.sh.
B. Database Machine Administrators should be prepared by creating a backup to an NFS file
location as described in the owners guide.
C. Any USB can be plugged in to create a backup.
D. Be sure that you have a backup by running make_cellboot_usb.sh in /opt/oracle.cellos.
E. Use the Exadata Storage Server rescue functionality that Is provided on the CELLBOOT USB
flash drive.

"Pass Any Exam. Any Time." - www.actualtests.com 18


Oracle 1z0-485 Exam
F. Re-imaging the cell is the only option.

Answer: E
Explanation: Recovering Storage Cells from Loss of a System Volume Using CELLBOOT
Rescue
Problem
You have either corrupted your system volume images or suffered from simultaneous loss of the
first two disk drives in your Exadata storage cell, and you wish to use the internal CELLBOOT
USB drive to recover from failure.
Solution
At a high level, these are the steps you should take:
* Understand the scope of the failure
* Contact Oracle Support and open a Service Request
* Boot your system from the internal CELLBOOT USB image
* Recover your storage cell using the cell rescue procedure
* Perform post-recovery steps and validation

QUESTION NO: 30

You are measuring the I/O savings provided by storage indexes for Table A. One of your scripts
displays the I/O savings as a result of the storage indexes. Which two statements are true?

SQL> select count (*) from transmap.mymap_comp

2 where map_id between 400 and 500;

COUNT(*)

---------------------------------------

103000

Elapsed: 00:00:00.08

SQL> select b.name, a.value/1024/1024 value

from vSmystat a, vSstatname b,

where b.statistic# = a.statistic#

and b.nafne in (•cell physical IO bytes eligible for predicate offload',

•cell physical IO interconnect bytes',

"Pass Any Exam. Any Time." - www.actualtests.com 19


Oracle 1z0-485 Exam
•cell physical IO bytes saved by storage index',

•cell physical IO interconnect bytes returned by smart scan') order by 1;

Statistic Value (MB)

--------------------------------------------------------------------------------------------- -----------------

cell physical IO bytes eligible for predicate offload 2,255 .09

cell physical IO bytes saved by storage index .00

cell physical IO interconnect bytes 1.72

cell physical IO interconnect bytes returned by smart scan 1.68

A. The storage indexes were disabled using the disable_storage_INDEX Parameter.


B. Storage Index data is not on the Cell Server's region index memory structures yet because this
predicate has not been used.
C. Since the database was started, no quires were run against this table with the same predicate.
D. The storage indexes reduced the amount of physical I/O bytes significantly for this query.

Answer: B,C
Explanation: * cell physical I/O bytes eligible for predicate offload
Number of bytes eligible for predicate offload, an indication of smart scan
* (not D) cell physical I/O bytes saved by storage index
Here 0.
Number of bytes saved by a storage index; this is a reflection of how
many physical disk I/O bytes (and by proxy, requests) were saved
due to a storage index eliminating candidate blocks

QUESTION NO: 31

How does partition pruning, a 11gR2 database feature, help to improve performance on an
Exadata Database Machine?

A. Partition pruning allows you to reduce a 5 TB I/O operation to a much smaller I/O operation and
therefore, enables a much faster return of information.
B. Using partition pruning can force the optimizer to use that method instead of Smart Scan.
Partitioning in Exadata should be used wisely,
C. Partition pruning is not a supported option in the 11gR2 database code that runs on an Exadata
Machine, due to issues with Cost Based Optimizer plans.

"Pass Any Exam. Any Time." - www.actualtests.com 20


Oracle 1z0-485 Exam
D. Partition pruning allows you to reduce the size of the physical table by reducing fragmentation
within the individual tables.
E. Partition pruning allows you to reduce a 5 TB I/O operation to a larger I/O operation and
therefore, forces the use of the Smart Scan technology.

Answer: A
Explanation: Partition pruning allows you to reduce a 5TB I/O operation to a much smaller I/O
operation and therefore much faster return of the information.

QUESTION NO: 32

Identify the correct steps required to upgrade a 1/8th rack of Exadata to a 1/4th rack.

A. B. Activate all cores by using a software command.


Activate all hard drives and flash drives.
Create the grid disks.
Expand the Oracle ASM diskgroups.
Review the new configuration.
B. C. Remove the doors of the 1/8th rack.
Add an additional Sun Datacenter InfiniBand Switch.
Add the new servers.
Cable the Database Servers in the rack.
Cable the Exadata Storage Servers in the rack.
Close the rack.
Configure the new hardware.
C. D. Activate all cores by using a software command.
Activate all hard drives and flash drives.

Answer: B
Explanation: Not A: no need to remove doors.
Not C: No additional Infiband Switch needed.
Note:
* Database Machine Upgrades

"Pass Any Exam. Any Time." - www.actualtests.com 21


Oracle 1z0-485 Exam

* Database Machine Components and Upgradeability

QUESTION NO: 33

Which is a best practice for High Availability (HA) in an Exadata environment?

A. Checksums performed on the Exadata Storage Server ensure logical consistency of block
content.
B. When a standby database is in place, DB_BLOCK_CHECKING is not required and thus not
recommended.
C. Oracle Exadata Storage Server Software HARD checks operate transparently after enabling
DB_BLOCK_CHECKSUM on a database.
D. Due to the different architecture that Exadata has with storage servers, compared to regular
Storage Area Network, DB_LOST_WRITE_PROTECT need not be set.
E. Stretched RAC is the best alternative for Exadata that combines both HA and DR into one.

Answer: C
Explanation: Exadata storage cells include Oracle Hardware Assisted Resilient Data (HARD) to
provide a
unique level of validation for Oracle block data structures such as data block address, checksum.
and magic numbers prior to allowing a write to physical disks. HARD validation with Exadata is
automatic (setting DB_BLOCK_CHECKSUM is required to enable checksum validation). The
HARD checks transparently handle all cases including Oracle ASM disk rebalance operations and
disk failures.
Incorrect:

"Pass Any Exam. Any Time." - www.actualtests.com 22


Oracle 1z0-485 Exam
Not A: The checksum is used to validate that a block is not physically corrupt, detecting
corruptions caused by underlying disks, storage systems, or I/O systems. Checksums do not
ensure logical consistency of the block contents.
Not B: MAA recommends that you set DB_BLOCK_CHECKING=MEDIUM or FULL on the
physical standby as a minimum practice to prevent the standby from various logical block
corruptions.
Not D: The recommendation is:
On the primary database: DB_LOST_WRITE_PROTECT=TYPICAL (default TYPICAL on
Exadata) On the Data Guard Physical Standby Database:
DB_LOST_WRITE_PROTECT=TYPICAL Not E: Protection from a broad range of, but not all
disasters
While not a full disaster recovery (DR) solution, an Extended Distance
Oracle RAC or Oracle RAC One Node deployment will provide protection from a broad range of
disasters. For a full DR protection Oracle recommends deploying an Oracle RAC together with a
local and a remote Oracle Data Guard setup as described in the Maximum Availability Architecture
(MAA).

QUESTION NO: 34

Which Exadata feature uses Flash as a parallel write cache to Disk Controller Cache?

A. Exadata DRAM
B. InfiniBand network cache
C. high performance SAS disks
D. Smart Flash Log
E. Hybrid Columnar Compression

Answer: D
Explanation: Smart Flash Logging takes advantage of the flash memory in Exadata storage to
speed up log writes.

QUESTION NO: 35

The Exadata compute node, exadbs04, has been having issues for some time. The server had to
be repaired and you just received a new server. Your LVM snapshot was corrupt and now the

"Pass Any Exam. Any Time." - www.actualtests.com 23


Oracle 1z0-485 Exam
compute node must be re-image with an Oracle Support installation image. Which three tasks
would you need to perform to re-image the compute node?

A. Mount the LVM backup image across the network and recover the system.
B. Remove exadbs04 from the RAC cluster and all associated Oracle Homes from the central
inventory.
C. Create a CELLBOOT USB Flash Drive using an external USB drive.
D. Reboot the new server using a bootable recovery image from the external USB drive.
E. Reconfigure all site-specific settings (host name, IP addresses, NTP server, and so on).

Answer: B,C,E
Explanation: C: Exadata provides a way for you to create your own CELLBOOT USB. All you
have to is plug-in a USB disk which should be at least 1 GB and run the tool:
$ /opt/oracle.SupportTools/make_cellboot_usb
Exadata turns your USB disk into a bootable disk of active image of your system.

QUESTION NO: 36

You are asked to enable Write Back Flash Cache for one of your customers X3-2 Full Rack in a
rolling fashion. Put the following steps in the right order:

A) Set flashCacheMode to writeback.

B) Inactivate all grid disks and shut down cellsrv.

C) Drop the Flash Cache.

D) Verify that cell for flashcacheMode is writeback.

E) Create the Flash Cache.

F) Start up cellsrv and activate all grid disks.

G) Check grdidksk asmdeactivationoutcome and asmmodestatus for all grid disks to ensure that
all grid disks on all cells are set to Yes and online, respectively.

A. G. B, C, A, F, E, D, and G
B. G, A, B, C, F, E, D, and G
C. G, C, B, A, F, E, D, and G
D. G, E, C, B, F, A, D, and G

Answer: C

"Pass Any Exam. Any Time." - www.actualtests.com 24


Oracle 1z0-485 Exam
Explanation: Steps for Enabling Write back flash cache:

First of all,you don’t need the stop CRS or database (This is ROLLING method) ,you can do it cell
by cell.
* (C) drop flashcache

CellCLI> drop flashcache


Flash cache owtcel03_FLASHCACHE successfully dropped
* (G) Be sure asmdeactivationoutcome is YES is before disabling grid disk
</pre>
CellCLI> list griddisk attributes name,asmmodestatus,asmdeactivationoutcome
* (B)
CellCLI> alter griddisk all inactive

QUESTION NO: 37

Which statement is true about the patching features provided in Platinum Services?

A. Patching services are available for the full software stack up to twice per year.
B. Patching support includes Exadata, Exalogic, and Database Appliance.
C. Rolling window and complete down time approaches are two options to patching.
D. Platinum covers Exadata storage software and firmware patching, but the customer must
perform database patching.

Answer: D
Explanation: * Patch Deployment: Oracle Platinum Services also includes patching services in
which Oracle
applies patches to covered systems four times (not A) per year via the Oracle Advanced Support
Gateway. We work collaboratively with customers to assess, analyze, plan and deploy updates
and patches to mitigate risks and complications. Through this continuous improvement,
customers can experience greater system performance, availability, and security.
* not B: Oracle Platinum Services provides enhanced support for high availability and performance
to Oracle Premier Support customers
running certified configurations of Oracle Exadata Database Machine, Oracle Exalogic Elastic
Cloud, or Oracle SuperCluster—
at no additional cost.

"Pass Any Exam. Any Time." - www.actualtests.com 25


Oracle 1z0-485 Exam

QUESTION NO: 38

Storage indexes are unique to the 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 I MO storage regions.

2. cellsrv checks the high and low values, and determines the storage region does not contain
any values meeting 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. MYOBJ_STATE’S region index is populated with high and low values for the OBJECT_ID
column during the I/O request.

A. 3. 7, 5, 2, 1, 6, and 4
B. 3, 7, 1, 5, 6, 2, and 4
C. 3, 6, 1. 7, 2, 5 and 4
D. 3, 5, 1, 7, 6, 2. and 4

Answer: D
Explanation: 3. The database is started.
5. A query is issued against the MYOBJ_CTRL table that has a predicate OBJECT_ID=1500.
1. The Exadata cell services software conducts I/O requests on I MO storage regions.
7. MYOBJ_STATE’S region index is populated with high and low values for the OBJECT_ID
column during the I/O request.
6. A subsequent query is Issued against the MYOBJ_CTRL table that has a predicate
OBJECT_ID=2234.
2. cellsrv checks the high and low values, and determines the storage region does not contain any
values meeting the predicate.
4. Physical I/O to the region is bypassed if the query selection falls outside the high/low storage
index storage.

Note: Example:
Step 1 (step 5 in answer): The first time that each cell’s cell services software issued an I/O

"Pass Any Exam. Any Time." - www.actualtests.com 26


Oracle 1z0-485 Exam
request to access extents
from the D14.MYOBJ_UNCOMP table, Exadata populated a region index for each storage
index with the high and low values found for the OBJECT_ID column, based on the WHERE
OBJECT_ID BETWEEN 100 AND 200 query predicate.
Step 2 (step 6 in answer) : Subsequent queries against this table generated an iDB message
instructing Exadata’s
cell services software to read the same sets of extents as the first query, but in this case the
region indexes would have been populated based on the I/Os read from the first query.
Step 3: (step 2 in answer) Prior to issuing a physical disk read, cellsrv checks the high and low
values stored in the
region index and if it determines that a storage region does not contain any values meeting
the query predicate, bypasses the physical I/O to the region.

QUESTION NO: 39

Identify four significant changes when a backup of Exadata compute nodes must be performed.

A. application of operating system patches


B. before shutdown to preserve storage indexes
C. application of Oracle patches
D. reconfiguration of significant operating system parameters
E. installation or reconfiguration of significant non-Oracle software
F. storage server rebalancing
G. addition of an Exadata storage expansion rack

Answer: A,C,D,G
Explanation:

QUESTION NO: 40

Which table compression technique will not work on Exadata without licensing the Oracle
Advanced Compression Option?

A. COMPRESS
B. COMPRESS BASIC
C. COMPRESS FOR OLTP
D. COMPRESS FOR QUERY
E. COMPRESS FOR ARCHIVE

"Pass Any Exam. Any Time." - www.actualtests.com 27


Oracle 1z0-485 Exam
Answer: C
Explanation: OLTP Table Compression is a part of the Oracle Advanced Compression option,
which requires a license in addition to the Enterprise Edition.

QUESTION NO: 41

After migrating from legacy disk-based configuration, which three approaches would you use to
evaluate the efficiency of Exadata Flash Cache?

A. Review the Flash Hit rate via cellcli metrics.


B. Compare Optimized Physical Reads and Total Read Requests in Automatic Workload
Repository (AWR).
C. Review the IOSTAT data that is gathered from each compute node by OS Watcher.
D. Evaluate the Smart Flash Logging efficiency metrics via CellCLI.
E. Check I/O latency on large I/O to Temp in AWR.

Answer: A,C,D
Explanation: A: You wish to determine which database objects are currently cached in Smart
Flash Cache.
Use the list flashcachecontent CellCLI command to report the objects
currently stored in Smart Flash Cache and map these to database object names.
Using dcli or cellcli from a storage cell, run the following command:
[oracle@cm01dbm01 ~]$ dcli -g ./cell_group cellcli -e list flashcachecontent \
> attributes dbUniqueName,hitCount,missCount,cachedSize,objectNumber
cm01cel01: EDW 0 2 98304 3
cm01cel01: DWPRD 0 0 57344 8
cm01cel01: VISY 0 0 8192 8
cm01cel01: EDW 9 15 729088 18
cm01cel01: DWPRD 0 0 16384 18
Output omitted for brevity
C: IOSTAT can be used to get both DISK and FLASH performance data.
D: Using Storage Cell Metrics to Measure IORM (Exadata IO Resource Manager) Performance
Impact
Exadata provides a number of performance metrics for each of the Category, Interdatabase, and
Intradatabase IORM types. You can find these metric and their descriptions using
CellCLI commands.
With a representative database workload running and after your IORM plan has been created, use
the list metriccurrent or list metrichistory CellCLI command to report your current or historical
IORM metrics.

"Pass Any Exam. Any Time." - www.actualtests.com 28


Oracle 1z0-485 Exam

QUESTION NO: 42

You are concerned about how recovery from a failed Exadata Storage Server would work. Which
statement is true about the Exadata CELLBOOT USB?

A. Exadata automatically copies OS binaries and configuration files from another cell during
patching to sync the internal USB.
B. Regular Exadata Storage Server patches make sure that the internal USB is updated so that it
can be used for recovery.
C. Changes to network configuration files are possible without using ipconf.pl as long as all
relevant files are updated.
D. Some space from the CELLBOOT USB is used for cache metadata when write back flash
cache is enabled.
E. Each patch that is performed on Exadata storage servers requires manual resync of the
CELLBOOT USB.

Answer: A,C
Explanation: A (not B, not E): Oracle automatically performs backups of the operating system and
cell software on each Exadata Storage Server. The contents of the system volumes are
automatically backed up and require no Oracle DMA intervention or operational processes. Oracle
assumes responsibility for backing up the critical files of the storage cells to an internal USB drive
called the CELLBOOT USB Flash Drive.

C:
Note: The ipconf utility is installed in /opt/oracle.cellos on both the Exadata Storage Servers and
Compute Nodes and is symbolically linked to /usr/local/bin/ipconf. ipconf is called at system
startup time to set and validate your Exadata server network information.

QUESTION NO: 43

Which two migration will result in the least down time for a physical or logical migration of a
database with active users during the migration?

A. using GoldenGate
B. using SQL Developer migration tools
C. using Data Guard Physical Standby
D. using cross-platform transportable tablespaces
E. using incremental cross-platform RMAN restore

"Pass Any Exam. Any Time." - www.actualtests.com 29


Oracle 1z0-485 Exam
Answer: A,E
Explanation: A: Zero Downtime Migration to Oracle Exadata using Oracle GoldenGate
– Reduce downtime for any method
– Zero data loss fallback
– Phased migration
E: Cross Platform Incremental Backups
– Reduce downtime for Transportable Tablespaces

QUESTION NO: 44

If your customer wants to save storage space by compressing tables that are read frequently but
rarely updated, which compression technique would you recommend?

A. OLTP
B. ARCHIVE HIGH
C. QUERY HIGH
D. ARCHIVE LOW
E. BASIC

Answer: B
Explanation: Compression Comparisons

QUESTION NO: 45

Your customer has purchased their brand new Exadata Database Machine X3-2 Full rack to
achieve 20-TB-per-hour backups on their 300 TB database. You have been called to determine
why they are not able to achieve even half that rate. Use the information in the image below to

"Pass Any Exam. Any Time." - www.actualtests.com 30


Oracle 1z0-485 Exam
identify two reasons their backups are still slow.

A. The Media Server to Tape Library transfer is causing a bottleneck.


B. C. The number of tape drives is causing a bottleneck.
C. Exadata backups are being performed using RMAN over the 10 Gigabit Ethernet network.
D. E. The number of database servers is causing a bottleneck.

Answer: B,C
Explanation: The following bottlenecks will be reached first if using InfiniBand fabric to media
server:
1. Media server to tape library SAN transfer rate
2. Number of tape drives

QUESTION NO: 46

Which statement is true about Oracle compression?

A. A non-partitioned table can use Advanced Compression and Hybrid Columnar Compression
concurrently.
B. A partitioned table can define the use of Advanced Compression or Hybrid Columnar
Compression for each partition.
C. Hybrid Columnar Compression can be defined for a single column.
D. A partitioned table can use only Advanced Compression or only Hybrid Columnar
Compression.

Answer: C,D

"Pass Any Exam. Any Time." - www.actualtests.com 31


Oracle 1z0-485 Exam
Explanation: C: • Tables are organized by column and compressed. This makes it much easier to
get similar
values together, which enhances the compression greatly. D: It is recommended that HCC be
enabled on tables or partitions with no or infrequent DML operations. If frequent DML operations
are planned on a table or partition, then the Oracle Advanced Compression Option is better suited
for such data.

QUESTION NO: 47

Which statement is true about instance caging setup?

A. Instance caging is the right approach to make sure that database instances are not stealing
memory from each other.
B. The CPU Resource Manager and IORM need to be enabled to make instance caging to work
as expected.
C. Database instances need to be restarted to make changes to cpu_count effective.
D. For a system with 16 threads, the sum of cpu_count for all databases should not be higher than
32 to prevent oversubscribing
E. The init.org parameter resource_manager_plan should be set.

Answer: D
Explanation: * In 11.2G there is new option called “Instance Caging” which enables to limit
number of CPUs which can be seen/used by a database.
* Enabling Instance Caging

1. Manually set dynamic parameter cpu_count on instance level. As default this parameter is set to
maximum number of cpu available on a hosts.

alter system set cpu_count=2;


2. Enable any resource manager plan that manages CPU. Most easy is to turn on default Oracle
plan DEFAULT_PLAN.

alter system set resource_manager_plan=DEFAULT_PLAN;


* Provisioning CPU
There are generally 2 ways to distribute your CPU between databases
Partitioning – sum of all CPUs assigned to all your databases equals number of CPUs on a host.
Databases don’t interfere with each other.
Over-provisioning – sum of all CPUs assigned to all your databases is higher that number of CPUs
on a host. Databases can impact on each other performance.

"Pass Any Exam. Any Time." - www.actualtests.com 32


Oracle 1z0-485 Exam

QUESTION NO: 48

Your customer would like to use DBFS in their Exadata environment. They are asking you for the
key characteristic of DBFS on Exadata.

A. DBFS in an Exadata environment is faster than an NFS mount system because of the Smart
Scan performance gains.
B. Tens of thousands of files are the perfect use case for DBFS on Exadata.
C. DBFS offers tremendous I/O bandwidth.

Answer: B
Explanation:

QUESTION NO: 49

What are the three customer options for hosting the Platinum Services Advanced Support
Gateway?

A. Install on Exadata Engineered System.


B. Provide individual x86 64-Bit gateway hardware.
C. Install in Oracle Virtual Machine with required hardware.
D. Install on Oracle Database Appliance.
E. Purchase the recommended x86 64-Bit gateway hardware from Oracle.

Answer: A,C,E
Explanation: Oracle provides a flexible model for deployment of the Oracle Advanced Support
Gateway via no charge software that can be
installed in three configurations:
1. On x86 customer provided servers;
2. On x86 servers purchased from Oracle;
3. Installed on Oracle Exalogic Elastic Cloud or Oracle SuperCluster systems.

Note:
Oracle Platinum Services provides enhanced support for high availability and performance to
Oracle Premier Support customers running certified configurations of Oracle Exadata Database
Machine, Oracle Exalogic Elastic Cloud, or Oracle SuperCluster, at no additional cost.

"Pass Any Exam. Any Time." - www.actualtests.com 33


Oracle 1z0-485 Exam
QUESTION NO: 50

Which statement is true about Enterprise Manager 12c for Exadata?

A. EM Agents are installed on each database and storage node.


B. EM Agents should not be installed on Exadata. Remote monitoring is the best practice.
C. EM Agents can communicate to storage cells via SSH.
D. The Exadata Plug-In for monitoring switches is installed in each EM Agent.
E. Storage cells communicate directly to the EM Management Server via SNMP and/or SMTP.

Answer: D
Explanation: All the code required for monitoring the various Oracle Exadata hardware
components has been bundled into the Oracle Exadata plug-in that is pushed to the agents
running on the Oracle Exadata Compute (or Database) nodes. Once the plug-in is deployed on the
compute nodes, the database machine is ready for discovery with Oracle Enterprise Manager.
Incorrect:
Not A: Since agents only run on the compute nodes it is important to assign specific agents to
different Oracle Exadata components. Not B: Oracle Exadata Discovery in Oracle Enterprise
Manager 12c

QUESTION NO: 51

Identify two reasons why using external tables for high performance data loads on Exadata is
more advantageous than SQL*Loader.

A. Transformations can be applied directly on the file data using SQL or PL/SQL constructions.
B. External tables allow transparent parallelization inside the database.
C. Parallelizing loads with external tables enables more efficient space management.
D. External tables can take advantage of storage indexes to speed up data loads.

Answer: C
Explanation: Parallelizing loads with external tables enables a more efficient space management
"Pass Any Exam. Any Time." - www.actualtests.com 34
Oracle 1z0-485 Exam
compared to SQL*Loader, where each individual parallel loader is an independent
database sessions with its own transaction.

QUESTION NO: 52

A control file tracks the physical components of a database. It is the root file that the database
uses to find all the other files used by the database. Because of the importance of the control file,
Oracle recommends that the control file be __________?

A. size constrained, to prevent size overruns


B. multiplexed, or have multiple identical copies
C. stored on an HA USB Drive, to ensure that it does not get overwritten
D. managed by EM12c, to ensure proper maintenance

Answer: D

QUESTION NO: 53

What are three ways to be informed of an Exadata Storage Server disk failure?

A. review of the output of list alerthistory


B. review of the output of select status from vSdatafile
C. review of the ILOM log
D. alert notifications through email when SMTP notification is configured
E. alert notifications in the Enterprise Manager Exadata Plug-In
F. review of database server iostat output

Answer: A,D,E
Explanation: A: A disk status change would be associated with an entry in the storage cell
alerthistory.
D: The Cell Alert Delivery Configuration Worksheet allows you to provide SMTP details to allow for
e-mail communication of various cell alerts and failures.
Incorrect:
Not F: Use the iostat command to report statistics about disk input and output, and to produce
measures of throughput, utilization, queue lengths, transaction rates, and service time.

"Pass Any Exam. Any Time." - www.actualtests.com 35


Oracle 1z0-485 Exam
QUESTION NO: 54

Identify two ways to reduce the risks associated with the software updates that are performed on a
production Exadata system.

A. Patch all systems at once instead of one at a time.


B. Test on an Exadata system that is identical to the production system first.
C. Updating an engineered system has no risk.
D. Patch on the standby system first by using Data Guard Standby First Patch Apply.
E. Create a system-wide firmware and software snapshot first.

Answer: B,D
Explanation: Patch Installation and Testing
Guidelines
1. Review patch documentation
• README and referenced Support Notes
2. (B) Validate in test environment
• Verify patch installation (HealthCheck Note 1070954.1)
• Verify functionality and performance
• Automate
• Define and test fallback plans
3. Apply in production environment
• (D) Data Guard Standby-First Patch Apply
• Monitor for regressions
Support Note 1262380.1

QUESTION NO: 55

Which two statements appropriately describe the backup and recovery procedures on Exadata?

A. Cell software backup is automatic and cell recovery is accomplished by using a rescue
procedure.
B. Data stored in a database is backed up and restored by using CellCLI commands.
C. Database server software backup is automatic and recovery is accomplished by using a rescue
procedure.
D. Data stored in a database is backed up and restored by using RMAN commands.
E. Cell software backup is performed through CellCLI and cell recovery is accomplished by using
a rescue procedure.

Answer: A,D

"Pass Any Exam. Any Time." - www.actualtests.com 36


Oracle 1z0-485 Exam
Explanation: A: Your Exadata Storage Servers do not need to be backed up; Exadata
automatically backs these up using a self-maintained internal USB drive.
D: Backup your Oracle databases using Oracle RMAN

QUESTION NO: 56

Which two actions are permitted with Exadata Database Machine?

A. replacing the Ethernet switch with an equivalent 1U 48-port Gigabit Ethernet switch
B. installing a second Ethernet switch in the Exadata rack for client access network connectivity
C. replacing the Sun Data Center InfiniBand Switch 36-spine switch with an InfiniBand Gateway
Switch
D. configuring a Linux active-active channel bonding on the database servers by using two 10-
Gigabit Ethernet port
E. configuring a Fibre Channel over Ethernet (FCoE) protocol on database servers

Answer: A,C
Explanation: There are total two category of network switches used to prepare computing
environment inside the rack.

* InfiniBand Switches - two models used depending on requirements


Sun Oracle 36-port InfiniBand Switch
Sun Oracle InfiniBand Gateway Switch
* Ethernet Switch - primarily for management purposes
Cisco Catalyst 4948

"Pass Any Exam. Any Time." - www.actualtests.com 37


Oracle 1z0-485 Exam

Common information that applies to both of these InfiniBand switches


Form Factor: One rack unit (1U) height
Power Supplies: Two
Cooling Fans: Five
IB Subnet Management: Yes
Firmware Upgradeable: Yes
Command Line Access: Yes. Via ssh and usb-serial access
Web Based Management: Yes
SNMP Access: Yes
As you might have figured out by now that the IB Gateway switch is almost like a super set of 36-
port switch in terms of features and capabilities.
Incorrect:
Not E: Since the Exadata hardware cannot be modified, it is not supported to add HBA cards to
any of the Exadata servers. It is supported to present storage via the network ports on the
database servers via NFS or iSCSI, although Fibre Channel over Ethernet (FCoE) is not
supported.

QUESTION NO: 57

Which three statements are true about Automatic Degree of Parallelism (Auto DOP) on Exadata?

"Pass Any Exam. Any Time." - www.actualtests.com 38


Oracle 1z0-485 Exam
A. Auto DOP is an exclusive feature in Exadata, which allows the database optimizer to evaluate
each statement and run it in parallel without special hints.
B. Auto DOP is disabled by default and must be enabled before SQL statements can take
advantage of its features.
C. Auto DOP is enabled by default on Oracle 11gR2, allowing full use of its features.
D. Oracle's Auto DOP algorithms calculate the Degree of Parallelism based on the table's block
counts.
E. SQL statements that take advantage of Auto DOP am be identified by using data from Oracle
Automatic Workload Repository (AWR) or Enterprise Manager's Monitored SQL Executions page.

Answer: B,D,E
Explanation: B (not c): To enable the features in 11g Release 2, use the parallel_degree_policy
parameter (by default this stuff is off - parameter is set to manual). For Auto DOP, setting this to
limited is sufficient. If you want more functionality (in-memory parallel processing and parallel
statement queuing parallel_degree_policy should be set to auto).

Incorrect:
Not A:
* What if you don’t have Exadata? Chances are that if your system is large enough to warrant Auto
DOP, it is similar enough to Exadata to behave nicely with this number.
* Auto DOP is only useful in systems with enough CPUs and disks to make concurrent parallel
processing feasible. It was designed mostly for Exadata, or for systems of similar size. 48 CPUs
and 84 disks sound like a nice start

QUESTION NO: 58

Which two statements are true about Exadata memory capabilities?

A. X3-8 can be purchased in a Half Rack configuration with 2 TB of memory.


B. X3-2 memory can be expanded to 512 GB per node from 256 GB.
C. X3-2 memory can be upgraded to use Flash in the compute nodes.
D. X3-8 memory is fixed at 4 TB per a Rack.
E. X3-2 can be purchased in a Half Rack configuration with 256 GB per node.

Answer: D,E
Explanation: D: ORACLE EXADATA DATABASE MACHINE X3-8 features include:
160 CPU cores and 4 TB of memory for database processing
E: Database servers X3-2
A third generation was announced in 2012. Each Database Server with
2 x Eight-Core Intel Xeon E5-2690 Processors (2.9 GHz)

"Pass Any Exam. Any Time." - www.actualtests.com 39


Oracle 1z0-485 Exam
128 GB Memory (expandable to 256GB)

QUESTION NO: 59

What are two impacts of selecting high redundancy over normal redundancy for your diskgroups?

A. High redundancy provides more usable storage.


B. Normal redundancy provides more usable storage.
C. High redundancy gives you better I/O performance.
D. High redundancy provides High Availability (HA) during disk failure and rolling Storage Server
patching
E. Normal redundancy provides HA during rolling Storage Server patching.

Answer: B,D
Explanation:

QUESTION NO: 60

Identify a recommended configuration to set up Auto Service Request (ASR) for Exadata.

A. Install ASR Manager on Exadata Database Server.


B. Install ASR Manager on Exadata Storage Server.
C. ASR is not recommended for Exadata; the Oracle Configuration Manager is preferred.
D. Install ASR Manager on a Standalone Server.

Answer: D
Explanation: The recommended configuration is to install the ASR Manager, which receives fault
telemetry information from the servers in Oracle Exadata Database Machine, on an external
standalone server. This server must run Solaris or Linux as the operating system.

QUESTION NO: 61

Which three migration options are available when you migrate a database from the Big Endian
format system to Exadata?

"Pass Any Exam. Any Time." - www.actualtests.com 40


Oracle 1z0-485 Exam
A. Data Pump Export and Import
B. transportable database
C. transportable tablespaces
D. Data Guard
E. Insert as Select

Answer: B,C,D
Explanation: Methods at a Glance:
* Data Guard Physical Standby
* Transportable Database (Note:732053.1)
* Transportable Tablespace (TTS)

QUESTION NO: 62

You are calculating the storage capacity that your customer will require on their ZFS Backup
Appliance. Identify the set of factors that will affect this calculation.

A. database size, full/incremental cycle, RPO (Recovery Point Objective), and RTO (Recovery
Time Objective)
B. database size, retention period, RPO (Recovery Point Objective), and compression
C. database size, full/incremental cycle, compression, and retention period
D. database size, compression, and backup window
E. full/incremental cycle, retention period, and ZFS Backup Appliance model

Answer: C
Explanation: Note: The Sun ZFS Backup
Appliance has extremely fast backup and restore throughputs, ensuring that backup windows
and recovery time objectives (RTOs) are met by providing timely recovery in the event of a
disaster

Incorrect:
Not A, Not E: compression is a factor

QUESTION NO: 63

Why is ASM High redundancy an important configuration choice when rolling Exadata Storage
Server patching is planned?

"Pass Any Exam. Any Time." - www.actualtests.com 41


Oracle 1z0-485 Exam
A. High redundancy protects from partner disk failure while a cell is offline being updated.
B. High redundancy forces ASM rebalance before allowing disks to be taken offline.
C. High redundancy speeds up ASM fast mirror resync when a cell is brought back online after
patching.
D. Normal redundancy provides the same protection during rolling patching, so High redundancy
is not important in this case

Answer: A
Explanation: To ensure redundancy during a rolling upgrade of the Exadata Storage Server
Software, MAA recommends ASM high redundancy disk groups.

QUESTION NO: 64

Which two statements are true about CellCLI?

A. Using a CellCLI command, you can change the SNMP subscribers or add multiple SNMP
subscribers.
B. Using CellCLI, you can stop and start the ASM instances that are using the grid disks on the
Exadata storage cell.
C. With a simple CellCLI command, you can synchronize changes to all the storage cells in the
Exadata realm.
D. Using a CellCLI command, you can see whether grid disks are being used by ASM or not.
E. You cannot use CellCLI to gather the serial numbers of physical disks.

Answer: B,D
Explanation: B:
* Making a grid disk inactive effectively offlines its associated ASM disk.

CellCLI> alter griddisk PRORECO_CD_11_cell01 inactive


GridDisk PRORECO_CD_11_cell01 successfully altered
* The command will wait until the ASM disk becomes offline. If you want the prompt to come back
immediately without waiting, you can use nowait clause.

CellCLI> alter griddisk PRORECO_CD_11_cell01 inactive nowait

You can make it active again:

CellCLI> alter griddisk PRORECO_CD_11_cell01 active


GridDisk PRORECO_CD_11_cell01 successfully altered
Incorrect:

"Pass Any Exam. Any Time." - www.actualtests.com 42


Oracle 1z0-485 Exam
not E: CellCLI> list physicaldisk detail
output include:
physicalSerial: XXXXXX

QUESTION NO: 65

Identify the relevant steps in the correct order for activating an Auto Service Request (ASR)
configuration.

1. Add SNMP traps manually or using OneCommand.

2. Install ASR Manager.

3. Activate a node on ASR Manager.

4. Validate the configuration.

5. Register ASR Manager with Oracle.

A. 2, 5, 1, 3, and 4
B. 2, 4, I, 3, and 5
C. 5, 2, 4, 1, and 3
D. 5, 4, 2, 1, and 3

Answer: A
Explanation: 2.Install Oracle Auto Service Request (ASR) Packag
5.Register the ASR Manager
1.Add SNMP Trap Destinations for Multiple Servers Using the dcli Utility
3. Activate Node on the ASR Manager

QUESTION NO: 66

When running OS Watcher, which two data outputs are valid for Exadata storage cell performance
analysis? Select the two correct choices that apply?

A. lostat
B. mpstat
C. netstat
D. pkginfo

"Pass Any Exam. Any Time." - www.actualtests.com 43


Oracle 1z0-485 Exam
E. label

Answer: A,C
Explanation: Example:
# A few find examples
# \( -name "*.*" \) \
# \( -name "*vmstat*.*" -o -name "*iostat*.*" \) \
# \( -name "*vmstat*.*" -o -name "*iostat*.*" \) -mmin -60 \
# \( -name "*vmstat*.*" -o -name "*iostat*.*" -o -name "*netstat*.*" \) -mtime -8 \

QUESTION NO: 67

Identify two tasks that the Database Resource Manager can perform, which the I/O Resource
Manager cannot.

A. Manage I/O based on the application that is connected to the database.


B. Manage the number of parallel sessions for a query.
C. Manage I/O and CPU between databases on the same cluster or physical database host.
D. Terminate database sessions when certain limits have been reached.
E. Manage the throughput of an I/O-bound application based on the service name used for the
connection.

Answer: B,D
Explanation: IORM is similar to Oracle Database Resource Manager (DBRM) in that it provides a
means for controlling allocation of system resources. Where DBRM’s primary goals are to control
CPU resources, limit the degree of parallelism, and impose resource consumption constraints for
different types of sessions within an Oracle database, IORM’s goal is to govern I/O resource
allocations between databases on a shared storage infrastructure. When consolidating Oracle
databases on Exadata, IORM can be used to ensure that I/O is controlled between databases as
well as classifications of consumes that utilize the same ASM disk infrastructure and, as such,
provide resource control capabilities beyond what DBRM provides within a database.

/ Using the Database Resource Manager, you can:


* Guarantee certain users a minimum amount of processing resources regardless of the load on
the system and the number of users
* Distribute available processing resources by allocating percentages of CPU time to different
users and applications. In a data warehouse, a higher percentage may be given to ROLAP
(relational on-line analytical processing) applications than to batch jobs.

"Pass Any Exam. Any Time." - www.actualtests.com 44


Oracle 1z0-485 Exam
* Limit the degree of parallelism of any operation performed by members of a group of users
etc

QUESTION NO: 68

Which three statements accurately describe update of software on Exadata Database Machine?

A. The Oracle Database patchset software (for example, 11.2.0.3) requires the Exadata-specific
version.
B. Rolling patching is faster than non-rolling patching, but database down time is longer.
C. The Oracle Database software on Exadata is updated using standard OPatch and the Oracle
Universal Installer.
D. Running Exadata with different storage server software versions is supported, but should be
minimized to rolling patching scenarios.
E. The database server operating system software (other than kernel and OFED) may be installed
or updated from non-Exadata sources
F. Storage server updates require access to an Unbreakable Linux Network (ULN) based
repository.

Answer: C,D,F
Explanation: C:
* Oracle offers two utilities for software deployment:
Oracle Universal Installer to install Oracle products
OPatch to apply interim patches
F: When storage cells are patched, there is almost always a set of storage server patches that
need to be applied to the Exadata Compute Nodes as well. Historically, these were called “minimal
packs,” but recent improvements to the compute node patching process deliver these updates
using yum channels on Oracle’s Unbreakable Linux Network (ULN).

Incorrect:
Not B: Rolling patching has no downtime.

QUESTION NO: 69

Which CellCLI command is used to conclude that a storage server can be taken offline without
impacting database availability?

A. LIST GRIDDISK ATTRIBUTES name, asmDeactivationOutcome;

"Pass Any Exam. Any Time." - www.actualtests.com 45


Oracle 1z0-485 Exam
B. LIST CELLDISK ATTRIBUTES name, raidLevel;
C. LIST CELL ATTRIBUTES cellsrvStatus, flashCacheMode;
D. LIST CELLDISK ATTRIBUTES name, raidLevel, asmModeStatus;
E. LIST GRIDDISK ATTRIBUTES name, status;

Answer: A
Explanation: ASMDeactivationOutcome – recall that grid disks can be deactivated, which is
effectively taking them offline. Since ASM mirroring ensures that the data is located on another
disk, making this disk offline does not lose data. However, if the mirror is offline, or is not present,
then making this grid disk offline will result in loss of data. This attribute shows whether the grid
disk can be deactivated without loss of data. A 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
… output truncated …

QUESTION NO: 70

What would be the best way to ensure that batch Jobs do not impact performance of online
queries that use the same database?

A. Configure IORM to disable Flash Cache usage for batch workload.


B. Build a Database Resource Management Plan, giving priority to query workload.
C. Deploy Instance Caging to control batch jobs.
D. Configure and enable Parallel Query.
E. Configure resource plans by using the I/O Resource Manager on the storage cells, giving
priority to query workload.

Answer: B
Explanation: Using the Database Resource Manager, you can distribute available processing
resources by allocating percentages of CPU time to different users and applications. In a data
warehouse, a higher percentage may be given to ROLAP (relational on-line analytical processing)
applications than to batch jobs.
Incorrect:
not C:
In addition to controlling I/O utilization on the Exadata storage cells, Oracle also allows you to limit
CPU resource utilization on the compute nodes using a technique called instance caging.

"Pass Any Exam. Any Time." - www.actualtests.com 46


Oracle 1z0-485 Exam

QUESTION NO: 71

When using IORM, which statement accurately describes when redo log file writes take place?

A. Based on the priority of the user


B. Immediately
C. Based on the resource group of the user
D. Based on the intradatabase resource plan

Answer: B
Explanation: Whenever a transaction is committed, the corresponding redo entries temporarily
stored in redo log buffers of the system global area are written to an online redo log file.

Note: I/O Resource Manager =IORM

http://download.oracle.com/docs/cd/A58617_01/server.804/a58397/ch5.htm

"Pass Any Exam. Any Time." - www.actualtests.com 47

Das könnte Ihnen auch gefallen