SlideShare a Scribd company logo
Oracle Exadata Database Machine
X3 Administration
Demo Edition
© 2012 - 2013 Test Killer, LTD All Rights Reserved
Exam: 1Z0-027
1Z0-027
1 http://www.troytec.com
QUESTION: 1
To troubleshoot a possible hardware problem, you consider moving all disk drives
from one Exadata storage server to a replacement chassis. You must contain
storage availability while performing task. The Exadata storage server is an X3-8
Database Machine and storage grid is not partitioned. Which two factors would
prevent you from moving the disks from one Exadata storage server to another
one?
A. The existence of an external redundancy ASM diskgroup
B. The existence of a normal redundancy ASM diskgroup
C. The existence of an ASM diskgroup with the repair_time attribute set to 0.
D. The existence of an ASM diskgroup with its compatible.asm attribute set to
10.2.0.0.0
E. Offline or inactive celldisks in another Exadata server
Answer: A, D
Explanation:
A:If you want Oracle ASM to mirror files, specify the redundancy level as
NORMAL REDUNDANCY (2-way mirroring by default for most file types) or
HIGH REDUNDANCY (3-way mirroring for all files). You specify EXTERNAL
REDUNDANCY if you do not want mirroring by Oracle ASM. For example, you
might choose EXTERNAL REDUNDANCY if you want to use storage array
protection features.
D:Restoring the redundancy of an Oracle ASM disk group after a transient disk
path failure can be time consuming. This is especially true if the recovery process
requires rebuilding an entire Oracle ASM failure group. Oracle ASM fast mirror
resync significantly reduces the time to resynchronize a failed disk in such
situations. When you replace the failed disk, Oracle ASM can quickly
resynchronize the Oracle ASM disk extents.
To use this feature, the disk group compatibility attributes must be set to 11.1 or
higher.
Incorrect:
Not C:You can set the DISK_REPAIR_TIME disk group attribute to delay the
drop operation by specifying a time interval to repair the disk and bring it back
online.
Note:
*The redundancy levels are:
/External redundancy
Oracle ASM does not provide mirroring redundancy and relies on the storage
system to provide RAID functionality. Any write error cause a forced dismount of
the disk group. All disks must be located to successfully mount the disk group.
/Normal redundancy
1Z0-027
2 http://www.troytec.com
Oracle ASM provides two-way mirroring by default, which means that all files
are mirrored so that there are two copies of every extent. A loss of one Oracle
ASM disk is tolerated. You can optionally choose three-way or unprotected
mirroring.
/High redundancy
Oracle ASM provides triple mirroring by default. A loss of two Oracle ASM disks
in different failure groups is tolerated.
Reference:
Administering Oracle ASM Disk Groups
QUESTION: 2
Which two are regarding the case of storage indexes?
A. To increase the chance of using the a storage index, you can make table
indexes invisible.
B. To maximize the benefit of storage Indexes, load your data stored on the
filtered columns.
C. The cell physical 10 bytes saved by storage index statistic returns multiple
rows, one for each storage server.
D. Storage indexes are retained after a cell is rebooted.
E. Avoid the use of bind variables because Storage Indexes do not work with bind
variables.
Answer: B, E
Explanation:
B:* To use storage indexes, Oracle Exadata queries must use smart scans, so not
all types of applications can benefit from storage indexes.
*With Exadata storage, database operations are handled much more efficiently.
Queries that perform table scans can be processed within Exadata storage with
only the required subset of data returned to the database server. Row filtering,
column filtering and some join processing
(among other functions) are performed within the Exadata storage cells. When
this takes place only the relevant and required data is returned to the database
server.
Incorrect:
Not D:Storage indexes reside in the memory of the storage servers.
If a storage cell is shutdown or rebooted the storage index will be lost from
memory and will be recreated on subsequent accesses to the data after the cell has
been brought back online.
1Z0-027
3 http://www.troytec.com
QUESTION: 3
Identity the resource bottleneck for which QoS Management can generate
recommendation?
A. CPU resource bottlenecks
B. Global Cache resource bottlenecks
C. I/O resource bottlenecks
D. Network resource bottlenecks
Answer: B
Explanation:
Note:
*Oracle Exadata QoS Management provides the following benefits:
• Reduces the time and expertise requirements for system administrators who
manage Oracle
Real Application Clusters (Oracle RAC) resources
• Helps reduce the number of performance outages
• Reduces the time needed to resolve problems that limit or decrease the
performance of your applications
• Provides stability to the system as the workloads change
• Makes the addition or removal of servers transparent to applications
• Reduces the impact on the system caused by server failures
• Helps ensure that service-level agreements (SLAs) are met
• Enables more effective sharing of hardware resources
• Protects existing workloads from over committed memory-induced server
failures
• Exadata Storage Virtualization
• Exadata provides a rich set of sophisticated and powerful storage management
virtualization capabilities that leverage the strengths of the Oracle Database, the
Exadata software, and Exadata hardware.
*When QoS Management is enabled, individual Exadata nodes are protected from
memory related failures. The Memory Guard features tracks real-time memory
use and should it detect a node has over-committed memory, will prevent new
database requests from being sent until the current load is relieved
QUESTION: 4
Which two are Oracle recommendations for media based backups performed for a
database running on a Database Machine?
A. Allocate equivalent number of channels and instances per tape drive.
B. Perform periodic level 0 backups and daily cumulative level-1 backups.
1Z0-027
4 http://www.troytec.com
C. Use the InfiniBand network between the database server and media server.
D. Configure Recovery Manager (RMAN) channels to connect to the least loaded
instances.
E. UseInfiniBand network between the media server and the storage servers.
Answer: A, C
Explanation:
A:Configure one RMAN channel per tape drive and add tape drives to scale
backup rates. C:Configure the Preferred Network Interface (PNI) to direct the
Oracle Secure Backup traffic over the InfiniBand network interface.
Example:
ob> lspni (List Preferred Network Interface)
mediaserver1: PNI 1:
interface: mediaserver1-ib
clients: dbnode1, dbnode2, dbnode3, dbnode4, dbnode5, dbnode6, dbnode7,
dbnode8
PNI 2:
interface: mediaserver1 clients: adminserver dbnode1:
PNI 1:
interface: dbnode1-ib clients: mediaserver1
Note:
*Using the Sun ZFS Backup Appliance as an Oracle RMAN backup target for an
Oracle Exadata system delivers much faster backup and recovery, enabling
organizations to achieveshorter recovery time objectives and shrink backup
windows. The appliance is designed for high sustained read and write I/O
performance, and it is connected to the Oracle Exadata system via a high-
throughput InfiniBand network fabric.
*As the only unified storage vendor to support InfiniBand as a storage network
for backup and restore operations, Oracle is leading the way with nativehigh-
bandwidth interconnects.
*The InfiniBand network provides 40 Gb of bandwidth per port between the
database servers, storage cells, and the Sun ZFS Backup Appliance. Backup and
restore operations can be automatically parallelized across all database nodes,
Oracle Exadata storage cells, Sun ZFS Backup Appliance channels, and
controllers.
QUESTION: 5
What is the benefit of bonding the client access network configuration?
A. Improved performance
B. Improved reliability
C. Both improved performance and reliability
1Z0-027
5 http://www.troytec.com
D. A Single Client Access Name (SCAN)
E. Improved monitoring
Answer: C
Explanation:
The network ports can be connected directly between the components or the ports
can be bonded together to form a logical interface. The bonded ports can be
configured for load balancing, fault tolerance, and better network utilization
Reference:
Oracle Exadata Database Machine -Backup & Recovery Sizing:Tape Backups
1Z0-027
6 http://www.troytec.com

More Related Content

What's hot (20)

PDF
EMC Data Domain Retention Lock Software: Detailed Review
EMC
 
PDF
Embracing Database Diversity: The New Oracle / MySQL DBA - UKOUG
Keith Hollman
 
PDF
Whitepaper: Running Oracle e-Business Suite Database on Oracle Database Appli...
Maris Elsins
 
PDF
Meb Backup & Recovery Performance
Keith Hollman
 
PDF
Open world exadata_top_10_lessons_learned
chet justice
 
PPT
Less05 asm instance
Amit Bhalla
 
PDF
[db tech showcase Tokyo 2018] #dbts2018 #B17 『オラクル パフォーマンス チューニング - 神話、伝説と解決策』
Insight Technology, Inc.
 
PPTX
EMC Dteata domain advanced command troubleshoot
solarisyougood
 
PPTX
Optimize oracle on VMware (April 2011)
Guy Harrison
 
DOCX
All types of backups and restore
Vasudeva Rao
 
PPTX
Optimize Oracle On VMware (Sep 2011)
Guy Harrison
 
PDF
MySQL Enterprise Backup: PITR Partial Online Recovery
Keith Hollman
 
PPTX
EMC Data domain advanced features and functions
solarisyougood
 
DOC
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Leighton Nelson
 
PPT
Introduction to Threading in .Net
webhostingguy
 
PPTX
ZFS appliance
Fran Navarro
 
PDF
MySQL Enterprise Backup & Oracle Secure Backup
Sanjay Manwani
 
PDF
ovm3-server-pool-459310
Enoch Antwi
 
PDF
SQL Server ASYNC_NETWORK_IO Wait Type Explained
Confio Software
 
PDF
twp-oracledatabasebackupservice-2183633
Arush Jain
 
EMC Data Domain Retention Lock Software: Detailed Review
EMC
 
Embracing Database Diversity: The New Oracle / MySQL DBA - UKOUG
Keith Hollman
 
Whitepaper: Running Oracle e-Business Suite Database on Oracle Database Appli...
Maris Elsins
 
Meb Backup & Recovery Performance
Keith Hollman
 
Open world exadata_top_10_lessons_learned
chet justice
 
Less05 asm instance
Amit Bhalla
 
[db tech showcase Tokyo 2018] #dbts2018 #B17 『オラクル パフォーマンス チューニング - 神話、伝説と解決策』
Insight Technology, Inc.
 
EMC Dteata domain advanced command troubleshoot
solarisyougood
 
Optimize oracle on VMware (April 2011)
Guy Harrison
 
All types of backups and restore
Vasudeva Rao
 
Optimize Oracle On VMware (Sep 2011)
Guy Harrison
 
MySQL Enterprise Backup: PITR Partial Online Recovery
Keith Hollman
 
EMC Data domain advanced features and functions
solarisyougood
 
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Leighton Nelson
 
Introduction to Threading in .Net
webhostingguy
 
ZFS appliance
Fran Navarro
 
MySQL Enterprise Backup & Oracle Secure Backup
Sanjay Manwani
 
ovm3-server-pool-459310
Enoch Antwi
 
SQL Server ASYNC_NETWORK_IO Wait Type Explained
Confio Software
 
twp-oracledatabasebackupservice-2183633
Arush Jain
 

Similar to 1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release (20)

PDF
Oracle Exadata Exam Dump
Pooja C
 
PPTX
8392-exadatamaa-1887964.pptx
RaniVuppal
 
PPTX
Backup & recovery for exadata
solarisyougood
 
PDF
Exadata master series_asm_2020
Anil Nair
 
PDF
Oracle database maximum performance on Exadata
Alireza Kamrani
 
PDF
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
Isabella789
 
PPT
The Sun ZFS Backup Appliance
omnidba
 
PPT
Data protection for oracle databases
solarisyougood
 
PPTX
Backup_exadata_update
Fran Navarro
 
PPTX
Exadata 12c New Features RMOUG
Fuad Arshad
 
TXT
oracle dba
uday jampani
 
DOCX
Exa course content
naresh kumar
 
PDF
Oracle Exadata Training.pdf
SpiritsoftsTraining
 
PDF
Oracle Database 12c Multitenant for Consolidation
Yudi Herdiana
 
PPT
Exadata
Maged Ali
 
PPTX
Oracle 11gR2 plain servers vs Exadata - 2013
Connor McDonald
 
PPT
Collier exadata technical overview presentation 4 14-10
xKinAnx
 
PPTX
Presentation upgrade, migrate & consolidate to oracle database 12c &amp...
solarisyougood
 
PDF
Meetup Oracle Database MAD_BCN: 4 Saborea Exadata
avanttic Consultoría Tecnológica
 
PDF
My First 100 days with an Exadata (PPT)
Gustavo Rene Antunez
 
Oracle Exadata Exam Dump
Pooja C
 
8392-exadatamaa-1887964.pptx
RaniVuppal
 
Backup & recovery for exadata
solarisyougood
 
Exadata master series_asm_2020
Anil Nair
 
Oracle database maximum performance on Exadata
Alireza Kamrani
 
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
Isabella789
 
The Sun ZFS Backup Appliance
omnidba
 
Data protection for oracle databases
solarisyougood
 
Backup_exadata_update
Fran Navarro
 
Exadata 12c New Features RMOUG
Fuad Arshad
 
oracle dba
uday jampani
 
Exa course content
naresh kumar
 
Oracle Exadata Training.pdf
SpiritsoftsTraining
 
Oracle Database 12c Multitenant for Consolidation
Yudi Herdiana
 
Exadata
Maged Ali
 
Oracle 11gR2 plain servers vs Exadata - 2013
Connor McDonald
 
Collier exadata technical overview presentation 4 14-10
xKinAnx
 
Presentation upgrade, migrate & consolidate to oracle database 12c &amp...
solarisyougood
 
Meetup Oracle Database MAD_BCN: 4 Saborea Exadata
avanttic Consultoría Tecnológica
 
My First 100 days with an Exadata (PPT)
Gustavo Rene Antunez
 
Ad

More from Isabella789 (20)

PDF
T7 Exam-International Financial Reporting Standards for Compensation Professi...
Isabella789
 
PDF
T7 Exam-International Financial Reporting Standards for Compensation Professi...
Isabella789
 
PDF
1Z0-400 Exam-Oracle Communications Session Border Controller
Isabella789
 
PDF
2V0-622 Exam-VMware Certified Professional 6.5 – Data Center Virtualization (...
Isabella789
 
PDF
HP2-B129 Exam-HP Document Solutions Technical Fundamentals (LAR)
Isabella789
 
PDF
210-250 Exam-Understanding Cisco Cybersecurity Fundamentals
Isabella789
 
PDF
70 334 exam-core solutions of microsoft skype for business (beta)
Isabella789
 
PDF
400-351 Exam-CCIE Wireless
Isabella789
 
PDF
1 y0 311 exam-citrix xenapp and xendesktop 7.15 ltsr advanced administration
Isabella789
 
PDF
70-414 exam-implementing an advanced server infrastructure
Isabella789
 
PDF
210 250 exam-understanding cisco cybersecurity fundamentals
Isabella789
 
PDF
1z0-204 Exam-Oracle EBS R12: E-Business Essentials
Isabella789
 
PDF
1z0 061 exam-oracle database 12c sql fundamentals
Isabella789
 
PDF
1y0 230 exam-citrix netscaler 12 essentials
Isabella789
 
PDF
Pmi acp exa- pmi agile certified practitioner
Isabella789
 
PDF
1z0 851 exam-java standard edition 6 programmer certified professional
Isabella789
 
PDF
200-355 Exam-Implementing Cisco Wireless Network Fundamentals
Isabella789
 
PDF
Jn0 420 exam-jncis-dev ops
Isabella789
 
PDF
200 310-q&a-demo-troytec
Isabella789
 
PDF
1y0 200-q&a-demo-troytec
Isabella789
 
T7 Exam-International Financial Reporting Standards for Compensation Professi...
Isabella789
 
T7 Exam-International Financial Reporting Standards for Compensation Professi...
Isabella789
 
1Z0-400 Exam-Oracle Communications Session Border Controller
Isabella789
 
2V0-622 Exam-VMware Certified Professional 6.5 – Data Center Virtualization (...
Isabella789
 
HP2-B129 Exam-HP Document Solutions Technical Fundamentals (LAR)
Isabella789
 
210-250 Exam-Understanding Cisco Cybersecurity Fundamentals
Isabella789
 
70 334 exam-core solutions of microsoft skype for business (beta)
Isabella789
 
400-351 Exam-CCIE Wireless
Isabella789
 
1 y0 311 exam-citrix xenapp and xendesktop 7.15 ltsr advanced administration
Isabella789
 
70-414 exam-implementing an advanced server infrastructure
Isabella789
 
210 250 exam-understanding cisco cybersecurity fundamentals
Isabella789
 
1z0-204 Exam-Oracle EBS R12: E-Business Essentials
Isabella789
 
1z0 061 exam-oracle database 12c sql fundamentals
Isabella789
 
1y0 230 exam-citrix netscaler 12 essentials
Isabella789
 
Pmi acp exa- pmi agile certified practitioner
Isabella789
 
1z0 851 exam-java standard edition 6 programmer certified professional
Isabella789
 
200-355 Exam-Implementing Cisco Wireless Network Fundamentals
Isabella789
 
Jn0 420 exam-jncis-dev ops
Isabella789
 
200 310-q&a-demo-troytec
Isabella789
 
1y0 200-q&a-demo-troytec
Isabella789
 
Ad

Recently uploaded (20)

PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PDF
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PDF
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPT
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
CONCURSO DE POESIA “POETUFAS – PASSOS SUAVES PELO VERSO.pdf
Colégio Santa Teresinha
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
LAW OF CONTRACT ( 5 YEAR LLB & UNITARY LLB)- MODULE-3 - LEARN THROUGH PICTURE
APARNA T SHAIL KUMAR
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 

1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release

  • 1. Oracle Exadata Database Machine X3 Administration Demo Edition © 2012 - 2013 Test Killer, LTD All Rights Reserved Exam: 1Z0-027 1Z0-027 1 http://www.troytec.com
  • 2. QUESTION: 1 To troubleshoot a possible hardware problem, you consider moving all disk drives from one Exadata storage server to a replacement chassis. You must contain storage availability while performing task. The Exadata storage server is an X3-8 Database Machine and storage grid is not partitioned. Which two factors would prevent you from moving the disks from one Exadata storage server to another one? A. The existence of an external redundancy ASM diskgroup B. The existence of a normal redundancy ASM diskgroup C. The existence of an ASM diskgroup with the repair_time attribute set to 0. D. The existence of an ASM diskgroup with its compatible.asm attribute set to 10.2.0.0.0 E. Offline or inactive celldisks in another Exadata server Answer: A, D Explanation: A:If you want Oracle ASM to mirror files, specify the redundancy level as NORMAL REDUNDANCY (2-way mirroring by default for most file types) or HIGH REDUNDANCY (3-way mirroring for all files). You specify EXTERNAL REDUNDANCY if you do not want mirroring by Oracle ASM. For example, you might choose EXTERNAL REDUNDANCY if you want to use storage array protection features. D:Restoring the redundancy of an Oracle ASM disk group after a transient disk path failure can be time consuming. This is especially true if the recovery process requires rebuilding an entire Oracle ASM failure group. Oracle ASM fast mirror resync significantly reduces the time to resynchronize a failed disk in such situations. When you replace the failed disk, Oracle ASM can quickly resynchronize the Oracle ASM disk extents. To use this feature, the disk group compatibility attributes must be set to 11.1 or higher. Incorrect: Not C:You can set the DISK_REPAIR_TIME disk group attribute to delay the drop operation by specifying a time interval to repair the disk and bring it back online. Note: *The redundancy levels are: /External redundancy Oracle ASM does not provide mirroring redundancy and relies on the storage system to provide RAID functionality. Any write error cause a forced dismount of the disk group. All disks must be located to successfully mount the disk group. /Normal redundancy 1Z0-027 2 http://www.troytec.com
  • 3. Oracle ASM provides two-way mirroring by default, which means that all files are mirrored so that there are two copies of every extent. A loss of one Oracle ASM disk is tolerated. You can optionally choose three-way or unprotected mirroring. /High redundancy Oracle ASM provides triple mirroring by default. A loss of two Oracle ASM disks in different failure groups is tolerated. Reference: Administering Oracle ASM Disk Groups QUESTION: 2 Which two are regarding the case of storage indexes? A. To increase the chance of using the a storage index, you can make table indexes invisible. B. To maximize the benefit of storage Indexes, load your data stored on the filtered columns. C. The cell physical 10 bytes saved by storage index statistic returns multiple rows, one for each storage server. D. Storage indexes are retained after a cell is rebooted. E. Avoid the use of bind variables because Storage Indexes do not work with bind variables. Answer: B, E Explanation: B:* To use storage indexes, Oracle Exadata queries must use smart scans, so not all types of applications can benefit from storage indexes. *With Exadata storage, database operations are handled much more efficiently. Queries that perform table scans can be processed within Exadata storage with only the required subset of data returned to the database server. Row filtering, column filtering and some join processing (among other functions) are performed within the Exadata storage cells. When this takes place only the relevant and required data is returned to the database server. Incorrect: Not D:Storage indexes reside in the memory of the storage servers. If a storage cell is shutdown or rebooted the storage index will be lost from memory and will be recreated on subsequent accesses to the data after the cell has been brought back online. 1Z0-027 3 http://www.troytec.com
  • 4. QUESTION: 3 Identity the resource bottleneck for which QoS Management can generate recommendation? A. CPU resource bottlenecks B. Global Cache resource bottlenecks C. I/O resource bottlenecks D. Network resource bottlenecks Answer: B Explanation: Note: *Oracle Exadata QoS Management provides the following benefits: • Reduces the time and expertise requirements for system administrators who manage Oracle Real Application Clusters (Oracle RAC) resources • Helps reduce the number of performance outages • Reduces the time needed to resolve problems that limit or decrease the performance of your applications • Provides stability to the system as the workloads change • Makes the addition or removal of servers transparent to applications • Reduces the impact on the system caused by server failures • Helps ensure that service-level agreements (SLAs) are met • Enables more effective sharing of hardware resources • Protects existing workloads from over committed memory-induced server failures • Exadata Storage Virtualization • Exadata provides a rich set of sophisticated and powerful storage management virtualization capabilities that leverage the strengths of the Oracle Database, the Exadata software, and Exadata hardware. *When QoS Management is enabled, individual Exadata nodes are protected from memory related failures. The Memory Guard features tracks real-time memory use and should it detect a node has over-committed memory, will prevent new database requests from being sent until the current load is relieved QUESTION: 4 Which two are Oracle recommendations for media based backups performed for a database running on a Database Machine? A. Allocate equivalent number of channels and instances per tape drive. B. Perform periodic level 0 backups and daily cumulative level-1 backups. 1Z0-027 4 http://www.troytec.com
  • 5. C. Use the InfiniBand network between the database server and media server. D. Configure Recovery Manager (RMAN) channels to connect to the least loaded instances. E. UseInfiniBand network between the media server and the storage servers. Answer: A, C Explanation: A:Configure one RMAN channel per tape drive and add tape drives to scale backup rates. C:Configure the Preferred Network Interface (PNI) to direct the Oracle Secure Backup traffic over the InfiniBand network interface. Example: ob> lspni (List Preferred Network Interface) mediaserver1: PNI 1: interface: mediaserver1-ib clients: dbnode1, dbnode2, dbnode3, dbnode4, dbnode5, dbnode6, dbnode7, dbnode8 PNI 2: interface: mediaserver1 clients: adminserver dbnode1: PNI 1: interface: dbnode1-ib clients: mediaserver1 Note: *Using the Sun ZFS Backup Appliance as an Oracle RMAN backup target for an Oracle Exadata system delivers much faster backup and recovery, enabling organizations to achieveshorter recovery time objectives and shrink backup windows. The appliance is designed for high sustained read and write I/O performance, and it is connected to the Oracle Exadata system via a high- throughput InfiniBand network fabric. *As the only unified storage vendor to support InfiniBand as a storage network for backup and restore operations, Oracle is leading the way with nativehigh- bandwidth interconnects. *The InfiniBand network provides 40 Gb of bandwidth per port between the database servers, storage cells, and the Sun ZFS Backup Appliance. Backup and restore operations can be automatically parallelized across all database nodes, Oracle Exadata storage cells, Sun ZFS Backup Appliance channels, and controllers. QUESTION: 5 What is the benefit of bonding the client access network configuration? A. Improved performance B. Improved reliability C. Both improved performance and reliability 1Z0-027 5 http://www.troytec.com
  • 6. D. A Single Client Access Name (SCAN) E. Improved monitoring Answer: C Explanation: The network ports can be connected directly between the components or the ports can be bonded together to form a logical interface. The bonded ports can be configured for load balancing, fault tolerance, and better network utilization Reference: Oracle Exadata Database Machine -Backup & Recovery Sizing:Tape Backups 1Z0-027 6 http://www.troytec.com