SlideShare a Scribd company logo
1 of 6
Download to read offline
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

Open world exadata_top_10_lessons_learned
Open world exadata_top_10_lessons_learnedOpen world exadata_top_10_lessons_learned
Open world exadata_top_10_lessons_learned
chet justice
 
All types of backups and restore
All types of backups and restoreAll types of backups and restore
All types of backups and restore
Vasudeva Rao
 
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White PaperConfiguring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Leighton Nelson
 
Introduction to Threading in .Net
Introduction to Threading in .NetIntroduction to Threading in .Net
Introduction to Threading in .Net
webhostingguy
 
MySQL Enterprise Backup & Oracle Secure Backup
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure Backup
Sanjay Manwani
 
ovm3-server-pool-459310
ovm3-server-pool-459310ovm3-server-pool-459310
ovm3-server-pool-459310
Enoch Antwi
 
twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633
Arush Jain
 

What's hot (20)

EMC Data Domain Retention Lock Software: Detailed Review
EMC Data Domain Retention Lock Software: Detailed ReviewEMC Data Domain Retention Lock Software: Detailed Review
EMC Data Domain Retention Lock Software: Detailed Review
 
Embracing Database Diversity: The New Oracle / MySQL DBA - UKOUG
Embracing Database Diversity: The New Oracle / MySQL DBA -   UKOUGEmbracing Database Diversity: The New Oracle / MySQL DBA -   UKOUG
Embracing Database Diversity: The New Oracle / MySQL DBA - UKOUG
 
Whitepaper: Running Oracle e-Business Suite Database on Oracle Database Appli...
Whitepaper: Running Oracle e-Business Suite Database on Oracle Database Appli...Whitepaper: Running Oracle e-Business Suite Database on Oracle Database Appli...
Whitepaper: Running Oracle e-Business Suite Database on Oracle Database Appli...
 
Meb Backup & Recovery Performance
Meb Backup & Recovery PerformanceMeb Backup & Recovery Performance
Meb Backup & Recovery Performance
 
Open world exadata_top_10_lessons_learned
Open world exadata_top_10_lessons_learnedOpen world exadata_top_10_lessons_learned
Open world exadata_top_10_lessons_learned
 
Less05 asm instance
Less05 asm instanceLess05 asm instance
Less05 asm instance
 
[db tech showcase Tokyo 2018] #dbts2018 #B17 『オラクル パフォーマンス チューニング - 神話、伝説と解決策』
[db tech showcase Tokyo 2018] #dbts2018 #B17 『オラクル パフォーマンス チューニング - 神話、伝説と解決策』[db tech showcase Tokyo 2018] #dbts2018 #B17 『オラクル パフォーマンス チューニング - 神話、伝説と解決策』
[db tech showcase Tokyo 2018] #dbts2018 #B17 『オラクル パフォーマンス チューニング - 神話、伝説と解決策』
 
EMC Dteata domain advanced command troubleshoot
EMC Dteata domain advanced command troubleshootEMC Dteata domain advanced command troubleshoot
EMC Dteata domain advanced command troubleshoot
 
Optimize oracle on VMware (April 2011)
Optimize oracle on VMware (April 2011)Optimize oracle on VMware (April 2011)
Optimize oracle on VMware (April 2011)
 
All types of backups and restore
All types of backups and restoreAll types of backups and restore
All types of backups and restore
 
Optimize Oracle On VMware (Sep 2011)
Optimize Oracle On VMware (Sep 2011)Optimize Oracle On VMware (Sep 2011)
Optimize Oracle On VMware (Sep 2011)
 
MySQL Enterprise Backup: PITR Partial Online Recovery
MySQL Enterprise Backup: PITR Partial Online RecoveryMySQL Enterprise Backup: PITR Partial Online Recovery
MySQL Enterprise Backup: PITR Partial Online Recovery
 
EMC Data domain advanced features and functions
EMC Data domain advanced features and functionsEMC Data domain advanced features and functions
EMC Data domain advanced features and functions
 
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White PaperConfiguring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
 
Introduction to Threading in .Net
Introduction to Threading in .NetIntroduction to Threading in .Net
Introduction to Threading in .Net
 
ZFS appliance
ZFS applianceZFS appliance
ZFS appliance
 
MySQL Enterprise Backup & Oracle Secure Backup
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure Backup
 
ovm3-server-pool-459310
ovm3-server-pool-459310ovm3-server-pool-459310
ovm3-server-pool-459310
 
SQL Server ASYNC_NETWORK_IO Wait Type Explained
SQL Server ASYNC_NETWORK_IO Wait Type ExplainedSQL Server ASYNC_NETWORK_IO Wait Type Explained
SQL Server ASYNC_NETWORK_IO Wait Type Explained
 
twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633
 

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

Oracle & sql server comparison 2
Oracle & sql server comparison 2Oracle & sql server comparison 2
Oracle & sql server comparison 2
Mohsen B
 
Oracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slidesOracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slides
Saiful
 
EOUG95 - Client Server Very Large Databases - Paper
EOUG95 - Client Server Very Large Databases - PaperEOUG95 - Client Server Very Large Databases - Paper
EOUG95 - Client Server Very Large Databases - Paper
David Walker
 

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

Oracle database maximum performance on Exadata
Oracle database maximum performance on ExadataOracle database maximum performance on Exadata
Oracle database maximum performance on Exadata
 
les12.pdf
les12.pdfles12.pdf
les12.pdf
 
Architecture of exadata database machine – Part II
Architecture of exadata database machine – Part IIArchitecture of exadata database machine – Part II
Architecture of exadata database machine – Part II
 
Oracle Exadata Exam Dump
Oracle Exadata Exam DumpOracle Exadata Exam Dump
Oracle Exadata Exam Dump
 
Clustering van IT-componenten
Clustering van IT-componentenClustering van IT-componenten
Clustering van IT-componenten
 
Exadata master series_asm_2020
Exadata master series_asm_2020Exadata master series_asm_2020
Exadata master series_asm_2020
 
Oracle exalytics deployment for high availability
Oracle exalytics deployment for high availabilityOracle exalytics deployment for high availability
Oracle exalytics deployment for high availability
 
Oracle & sql server comparison 2
Oracle & sql server comparison 2Oracle & sql server comparison 2
Oracle & sql server comparison 2
 
Benchmark emc vnx7500, emc fast suite, emc snap sure and oracle rac on v-mware
Benchmark   emc vnx7500, emc fast suite, emc snap sure and oracle rac on v-mwareBenchmark   emc vnx7500, emc fast suite, emc snap sure and oracle rac on v-mware
Benchmark emc vnx7500, emc fast suite, emc snap sure and oracle rac on v-mware
 
Exadata
ExadataExadata
Exadata
 
Oracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slidesOracle 12c New Features_RAC_slides
Oracle 12c New Features_RAC_slides
 
Azure DBA with IaaS
Azure DBA with IaaSAzure DBA with IaaS
Azure DBA with IaaS
 
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
Les 01 core
Les 01 coreLes 01 core
Les 01 core
 
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RACAUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
AUSOUG - NZOUG-GroundBreakers-Jun 2019 - 19c RAC
 
TECHNICAL BRIEF▶ Backup Exec 15 Blueprint for Large Installations
TECHNICAL BRIEF▶ Backup Exec 15 Blueprint for Large InstallationsTECHNICAL BRIEF▶ Backup Exec 15 Blueprint for Large Installations
TECHNICAL BRIEF▶ Backup Exec 15 Blueprint for Large Installations
 
Oracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 UpdateOracle on Azure IaaS 2023 Update
Oracle on Azure IaaS 2023 Update
 
Configuring oracle enterprise manager cloud control 12 c for high availability
Configuring oracle enterprise manager cloud control 12 c for high availabilityConfiguring oracle enterprise manager cloud control 12 c for high availability
Configuring oracle enterprise manager cloud control 12 c for high availability
 
AWS January 2016 Webinar Series - Amazon Aurora for Enterprise Database Appli...
AWS January 2016 Webinar Series - Amazon Aurora for Enterprise Database Appli...AWS January 2016 Webinar Series - Amazon Aurora for Enterprise Database Appli...
AWS January 2016 Webinar Series - Amazon Aurora for Enterprise Database Appli...
 
EOUG95 - Client Server Very Large Databases - Paper
EOUG95 - Client Server Very Large Databases - PaperEOUG95 - Client Server Very Large Databases - Paper
EOUG95 - Client Server Very Large Databases - Paper
 

More from Isabella789

More from Isabella789 (20)

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

Recently uploaded

QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
httgc7rh9c
 

Recently uploaded (20)

Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111Details on CBSE Compartment Exam.pptx1111
Details on CBSE Compartment Exam.pptx1111
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
PANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptxPANDITA RAMABAI- Indian political thought GENDER.pptx
PANDITA RAMABAI- Indian political thought GENDER.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

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