SlideShare a Scribd company logo
Demo Edition
© 2014 - 2015 Troy Tec, LTD All Rights Reserved
Upgrade Oracle9i/10g OCA to
Oracle Database 11g OCP
Exam: 1Z0-034
1Z0-034
1 http://www.troytec.com
QUESTION: 1
Which two statements are true about setting the FAST_ START_ MTTR_
TARGET initialization parameter to a nonzero value?
A. The MTTR advisor will be disabled.
B. Automatic checkpoint tuning will be enabled.
C. The value for the LOG_CHECKPIONT_INTERVAL initialization parameter
will be override the value for FAST_START_MTTR_TARGET.
D. The time taken to recover the instance after the crash is always exactly the same
as the value given for the FAST_START_MTTR_TARGET initialization
parameter.
Answer: B, C
QUESTION: 2
You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter to
YYYY-MM- DD. The default format of which two data types would be affected by
this setting?
A. DATE
B. TIMESTAMP
C. INTERVAL YEAR TO MONTH
D. INTERVAL DAY TO SECOND
E. TIMESTAMP WITH LOCAL TIME ZONE
Answer: B, E
QUESTION: 3
Which two statements are true regarding the functionality of the remap command in
ASMCMD?
A. It repairs blocks that have read disk I/O errors.
B. It checks whether the alias metadata directory and the file directory are linked
correctly.
C. It repairs blocks by always reading them from the mirror copy and writing them
to the original location.
D. It reads the blocks from a good copy of an ASM mirror and rewrites them to an
alternate location on disk if the blocks on the original location cannot be read
properly.
1Z0-034
2 http://www.troytec.com
Answer: A, D
QUESTION: 4
What happens when you run the SQL Tuning Advisor with limited scope?
A. Access path analysis is not performed for SQL statements.
B. SQL structure analysis is not performed for SQL statements.
C. SQL Profile recommendations are not generated for SQL statements.
D. Staleness and absence of statistics are not checked for the objects in the query
supplied to the SQL Tuning Advisor.
Answer: C
QUESTION: 5
Which options would you consider while configuring a flash recovery area (fast
recovery area in 11g Release 2) for your production database that is running in
ARCHIEVELOG mode? (Choose all that apply.) (Choose all that apply.)
A. setting the FAST_START_MTTR_TARGET to set the mean time to recover
B. setting the RECOVERY_PARALLELISM parameter to twice the number of
CPUs
C. using the DB_RECOVERY_FILE_DEST parameter to set the location for flash
recovery area
D. using the DB_RECOVERY_FILE_DEST_SIZE parameter to define the disk
space limit for the recovery files created in the flash recovery area.
Answer: C, D
QUESTION: 6
Examine the following RMAN command:
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN>
BACKUP DATABASE PLUS ARCHIVELOG;
Which perquisite must be met before accomplishing the backup?
A. Provide a password for the encryption.
B. Set up an Oracle wallet for the encryption.
C. No setup is required as it is a default encryption method.
D. Both Oracle wallet and password must be set up for the encryption.
1Z0-034
3 http://www.troytec.com
Answer: B
Explanation:
http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmconfa.htm
To configure the environment so that all RMAN backups are encrypted:Set up the
Oracle wallet as explained in Oracle Database Advanced Security Administrator’s
Guide.Issue the following RMAN command:
CONFIGURE ENCRYPTION FOR DATABASE ON;
At this stage, all RMAN backup sets created by this database will use transparent
encryption by default
QUESTION: 7
Examine these Data Pump commands to import objects to non-existent users hr1
and oe1.
S expdp system/manager Schemas =hr,oe directory =EXP_ DIR include = table
$ impdp system/manager Schemas = hr1,oe1 Directory = EXP_DIR Dumpfile =
export.dat Remap_schema =hr:hr1,oe :oe1
What would be achieved by running the above commands?
A. expdp will fail because no path has been defined for the dumpfile.
B. expdp will succeed but Impdp will fail because users do not exist.
C. impdp will create two users called hrl and oe1 and import all objects to the new
schemas
D. impdp will create two users called hrl and oe1 and import tables owned by hr
and oe schemas to hr1 and oe1 schemas, respectively.
Answer: B
QUESTION: 8
The database is configured in ARCHIEVELOG mode and regular complete
database backups are taken. The loss of which two types of files may require a
recovery with the RESETLOGS option?
A. Control files
B. Password file
C. Inactive online redo log file
D. Archived log files required to perform recovery
E. Newly created tablespace which is not backed up
1Z0-034
4 http://www.troytec.com
Answer: A, D
Explanation:
The RESETLOGS options is required in:
1. Imcomplete Recovery
2. Change of control file
So that, the control file and archived redo logs are required.
QUESTION: 9
User SCOTT wants to back out the transactions on the REGIONS table in his
schema. As a DBA, which commands must you execute to enable SCOTT to flash
back the transactions?
A. ALTER DATABASE FLASHBACK ON;
B. GRANT SELECT ANY TRANSACTION TO scott;
C. GRANT EXECUTE ON dbms_flashback TO scott;
D. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
E. ALTER TABLESPACE undots1 RETENTION GUARANTEE;
F. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY)
COLUMNS;
Answer: B, C, D, F
QUESTION: 10
The DB_BLOCK_CHECKING parameter is set to FULL. What checks occur each
time the DBWnprocess(es) writes?
A. The Oracle database will check all data blocks by going through the data on each
block, making sure the data is self-consistent.
B. The DBWn and the direct loader will calculate a checksum and store it in the
cache header of every data block when writing it to disk.
C. The Oracle database will check data blocks belonging to the SYSTEM
tablespace only, by going through the data on each block, making sure the data is
self-consistent.
D. The Oracle database will check data blocks belonging to the SYSAUX
tablespace only, by going through the data on each block, making sure the data is
self-consistent.
E. The Oracle database will check data blocks in the SYSTEM and SYSAUX
tablespaces only, by going through the data on each block, making sure the data is
self-consistent.
1Z0-034
5 http://www.troytec.com
Answer: A
QUESTION: 11
You are managing a 24*7 database. The backup strategy for the database is to
perform user-managedbackups. Identify two prerequisites to perform the backups.
(Choose two.)
A. The database must be opened in restricted mode.
B. The database must be configured to run in ARCHIVELOG mode.
C. The tablespaces are required to be in backup mode before taking the backup.
D. The tablespaces are required to be in read-only mode before taking the backup
Answer: B, C
QUESTION: 12
You need to configure fine-grained access control to external network resources
from within your database. You create an access control list (ACL) using the
DBMS_NETWORK_ACL_ADMIN package. Which statement is true regarding
the ACL created?
A. It is a list of remote database links stored in the XML file that are available to the
users of the database.
B. It is a list of users and network privileges stored in the XML file according to
which a group of users canconnect to one or more hosts.
C. It is a list of users and network privileges stored in the data dictionary according
to which a group of userscan connect to one or more hosts.
D. It is the list of the host names or the IP addresses stored in the data dictionary
that can connect to yourdatabase through PL/SQL network utility packages such as
UTL_TCP.
Answer: B
Explanation:
The DBMS_NETWORK_ACL_ADMIN package provides the interface to
administer the network Access ControlList (ACL).
Refer to here for About Fin-Grained Access to External Network
ServicesConfiguring fine- grained access control for users and roles that need to
access external network services fromthe database. This way, specific groups of
users can connect to one or more host computers, based onprivileges that you grant
them. Typically, you use this feature to control access to applications that run
1Z0-034
6 http://www.troytec.com
onspecific host addresses.
To configure fine-grained access control to external network services, you create an
access control list (ACL),which is stored in Oracle XML DB. You can create the
access control list by using Oracle XML DB itself, orby using the
DBMS_NETWORK_ACL_ADMIN and DBMS_NETWORK_ACL_UTILITY
PL/SQL packages. This guideexplains how to use these packages to create and
manage the access control list. To create an access controllist by using Oracle XML
DB and for general conceptual information about access control lists, see Oracle
XMLDB Developer's Guide.
QUESTION: 13
View the Exhibit and examine the RMAN commands.
Which statement describes the effect of a backup retention policy on the backup of
a backup set?
A. Either all the copies of a backup set are obsolete or none of them are as per the
retention policy.
B. The copies of the backup will be reported as obsolete under a redundancy-based
backup retention policy.
C. The copies of the backup will be reported as obsolete under a recovery window-
based backup retentionpolicy.
D. All the copies of the backup set are counted as one instance of a backup and will
deleted in backup setexceeds the redundancy-based backup retention policy.
Answer: A
QUESTION: 14
1Z0-034
7 http://www.troytec.com
Which four resources can directives be specified by using the Oracle Resource
Manager?
A. CPU usage
B. degree of parallelism
C. number of open cursors
D. number of sorts performed
E. idle time for blocking sessions
F. number of I/Os requests
Answer: A, B, E, F
QUESTION: 15
You are using the control file to maintain information about the database backups
that are being performed by Recovery Manager (RMAN). Identify two scenarios in
which you must have a recovery catalog.
A. To store the backup information of multiple database
B. To restrict the amount of space that is used by the backups
C. To maintain a backup for a certain time is set by the
CONTROL_FILE_RECORD_KEEP_TIME parameter.
D. To list the data files that were in a target database at a given time by using the
AT option of REPORTSCHEMA command.
Answer: A, D
QUESTION: 16
View the Exhibit to observe the error.
You receive this error regularly and have to shutdown the database instance to
overcome the error. AutomaticShared Memory Management is configured for the
instance. What can you do to reduce the chance of this error in the future?
1Z0-034
8 http://www.troytec.com
A. Increase the value of SGA_MAX_SIZE
B. Enable automatic memory management
C. Set the PRE_PAGE_SGA parameter to true
D. Lock the System Global Area (SGA) in memory
Answer: B
Explanation:
ORA-04031: unable to allocate string bytes of shared memory
("string","string","string","string")
Cause: More shared memory is needed than was allocated in the shared pool or
Streams pool.
Action: If the shared pool is out of memory, either use the
DBMS_SHARED_POOL package to pin largepackages, reduce your use of shared
memory, or increase the amount of available shared memory byincreasing the value
of the initialization parametersSHARED_POOL_RESERVED_SIZE
andSHARED_POOL_SIZE. If the large pool is out of memory, increase the
initialization parameterLARGE_POOL_SIZE. If the error is issued from an Oracle
Streams or XStream process, increase theinitialization parameter
STREAMS_POOL_SIZE or increase the capture or apply parameter
MAX_SGA_SIZE.
QUESTION: 17
Which are the two prerequisites before setting up Flashback Data Archive? (Choose
two.)
A. Flash recovery area must be defined
B. Undo retention guarantee must be enabled.
C. Database must be running in archivelog mode.
D. Automatic undo management must be enabled.
E. The tablespace in which the Flashback Data Archive is created must have
automatic segment spaceManagement (ASSM).
Answer: D, E
QUESTION: 18
Given below are RMAN commands to enable backup optimization and set the
retention policy:
RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt; RMAN>
CONFIGURE BACKUP OPTIMIZATION ON;
1Z0-034
9 http://www.troytec.com
RMAN> CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
The USERS tablespace has never been backed up. You take the USERS tablespace
offline on Monday. Viewthe Exhibit to examine the operations performed by using
RMAN. Which two statements are true about the backup of the USERS tablespace?
(Choose two.)
A. It will be backed up as a part of database backup on Friday.
B. It will be backed up as a part of database backup on Tuesday.
C. It will not be backed up as a part of database backup on Wednesday.
D. The command on Sunday deletes the backup of the USERS tablespace taken on
Tuesday.
Answer: B, D
Explanation:
Refer to here.
Backup Optimization for SBT Backups with Redundancy Retention Policy
QUESTION: 19
View the Exhibit.
1Z0-034
10 http://www.troytec.com
You must unload data from the ORDERS, ORDER_ITEMS, and products database
tables to four files using the External Table Population method. You execute the
command shown on the exhibit, but only two files have been created. Which
parameter must be changed so that four files are created?
A. TYPE
B. LOCATION
C. PARALLEL
D. DEFAULT DIRECTORY
E. ORGANIZATION EXTERNAL
Answer: C
QUESTION: 20
Which option must you configure while performing an automated Tablespace
Point-in-Time Recovery (TSPITR) by using Recovery Manager (RMAN)?
A. New channels for restore and recovery tasks
B. New name for the data files of the tablespace
C. Auxiliary name for the data files of the tablespace
D. Auxiliary destinations for an auxiliary set of data files
Answer: D
1Z0-034
11 http://www.troytec.com

More Related Content

What's hot (20)

PDF
Oracle DBA interview_questions
Naveen P
 
DOC
Oracle applications 11i hot backup cloning with rapid clone
Deepti Singh
 
PDF
381 Rac
Emanuel Mateus
 
PDF
221 Rac
Emanuel Mateus
 
PDF
Oracle applications 11i hot backup cloning with rapid clone
Deepti Singh
 
PDF
261 Rac
Emanuel Mateus
 
PDF
An introduction to_rac_system_test_planning_methods
Ajith Narayanan
 
PDF
576 oracle-dba-interview-questions
Naveen P
 
PPTX
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
PDF
241 Rac
Emanuel Mateus
 
PPT
Less16 Recovery
vivaankumar
 
DOCX
Rman backup and recovery 11g new features
Nabi Abdul
 
PPT
Less17 Util
vivaankumar
 
PDF
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS
 
PPT
SQLMAP Tool Usage - A Heads Up
Mindfire Solutions
 
PDF
21 Rac
Emanuel Mateus
 
PPT
Xpp b tspitr
Femi Adeyemi
 
PDF
Backup andrecoverychecklist
praveen_01236
 
PPTX
Sqlmap
shamshad9
 
PPTX
Data Migration in Database
Jingun Jung
 
Oracle DBA interview_questions
Naveen P
 
Oracle applications 11i hot backup cloning with rapid clone
Deepti Singh
 
Oracle applications 11i hot backup cloning with rapid clone
Deepti Singh
 
An introduction to_rac_system_test_planning_methods
Ajith Narayanan
 
576 oracle-dba-interview-questions
Naveen P
 
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
Less16 Recovery
vivaankumar
 
Rman backup and recovery 11g new features
Nabi Abdul
 
Less17 Util
vivaankumar
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS
 
SQLMAP Tool Usage - A Heads Up
Mindfire Solutions
 
Xpp b tspitr
Femi Adeyemi
 
Backup andrecoverychecklist
praveen_01236
 
Sqlmap
shamshad9
 
Data Migration in Database
Jingun Jung
 

Similar to 1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp (20)

DOC
Oracle11g(1z0 050) v100612[1]
revoluson
 
PDF
Oracle Database 12c Essentials 1Z0-497 exam questions
examgood
 
PDF
Oracle dumps 1z0-082 - Oracle Database Administration
duongatna
 
PDF
Microsoft Azure Data Fundamentals (DP-900) Exam Dumps & Questions 2025.pdf
MinniePfeiffer
 
PDF
1z0-997-21.pdf
MohamedHusseinEid
 
PDF
Oracle Exadata Exam Dump
Pooja C
 
PDF
Oracle Exadata 1Z0-485 Certification
Exadatadba
 
PDF
1 z0 060 - oracle certification
adam_jhon
 
PDF
Top DP-203 Exam Dumps PDF Free Download for Easy Preparation
jackjohnson9842
 
PDF
DumpsBoss Your Key to Passing the DP 203 Exam
jackjohnson9842
 
PDF
Mid term & final- preparation- student-review(Oracle)
than sare
 
PDF
DELL EMC DEA-1TT5 Updated Dumps 2023
VictoriaMeisel
 
DOCX
Dba 3+ exp qus
krreddy21
 
PPT
Ms sql server architecture
Ajeet Singh
 
PPTX
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
PPTX
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
PDF
DBA 3 year Interview Questions
Naveen P
 
PDF
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
NomanKhalid56
 
PPT
Sql portfolio admin_practicals
Shelli Ciaschini
 
DOC
Oracle dba interview question
Amarendra Sharma
 
Oracle11g(1z0 050) v100612[1]
revoluson
 
Oracle Database 12c Essentials 1Z0-497 exam questions
examgood
 
Oracle dumps 1z0-082 - Oracle Database Administration
duongatna
 
Microsoft Azure Data Fundamentals (DP-900) Exam Dumps & Questions 2025.pdf
MinniePfeiffer
 
1z0-997-21.pdf
MohamedHusseinEid
 
Oracle Exadata Exam Dump
Pooja C
 
Oracle Exadata 1Z0-485 Certification
Exadatadba
 
1 z0 060 - oracle certification
adam_jhon
 
Top DP-203 Exam Dumps PDF Free Download for Easy Preparation
jackjohnson9842
 
DumpsBoss Your Key to Passing the DP 203 Exam
jackjohnson9842
 
Mid term & final- preparation- student-review(Oracle)
than sare
 
DELL EMC DEA-1TT5 Updated Dumps 2023
VictoriaMeisel
 
Dba 3+ exp qus
krreddy21
 
Ms sql server architecture
Ajeet Singh
 
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
DBA 3 year Interview Questions
Naveen P
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
NomanKhalid56
 
Sql portfolio admin_practicals
Shelli Ciaschini
 
Oracle dba interview question
Amarendra Sharma
 
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
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
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
 
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
 
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
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
 
Ad

Recently uploaded (20)

PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PDF
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
PDF
Dimensions of Societal Planning in Commonism
StefanMz
 
PPTX
GRADE-3-PPT-EVE-2025-ENG-Q1-LESSON-1.pptx
EveOdrapngimapNarido
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
PPTX
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
Dimensions of Societal Planning in Commonism
StefanMz
 
GRADE-3-PPT-EVE-2025-ENG-Q1-LESSON-1.pptx
EveOdrapngimapNarido
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Horarios de distribución de agua en julio
pegazohn1978
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 

1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp

  • 1. Demo Edition © 2014 - 2015 Troy Tec, LTD All Rights Reserved Upgrade Oracle9i/10g OCA to Oracle Database 11g OCP Exam: 1Z0-034 1Z0-034 1 http://www.troytec.com
  • 2. QUESTION: 1 Which two statements are true about setting the FAST_ START_ MTTR_ TARGET initialization parameter to a nonzero value? A. The MTTR advisor will be disabled. B. Automatic checkpoint tuning will be enabled. C. The value for the LOG_CHECKPIONT_INTERVAL initialization parameter will be override the value for FAST_START_MTTR_TARGET. D. The time taken to recover the instance after the crash is always exactly the same as the value given for the FAST_START_MTTR_TARGET initialization parameter. Answer: B, C QUESTION: 2 You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter to YYYY-MM- DD. The default format of which two data types would be affected by this setting? A. DATE B. TIMESTAMP C. INTERVAL YEAR TO MONTH D. INTERVAL DAY TO SECOND E. TIMESTAMP WITH LOCAL TIME ZONE Answer: B, E QUESTION: 3 Which two statements are true regarding the functionality of the remap command in ASMCMD? A. It repairs blocks that have read disk I/O errors. B. It checks whether the alias metadata directory and the file directory are linked correctly. C. It repairs blocks by always reading them from the mirror copy and writing them to the original location. D. It reads the blocks from a good copy of an ASM mirror and rewrites them to an alternate location on disk if the blocks on the original location cannot be read properly. 1Z0-034 2 http://www.troytec.com
  • 3. Answer: A, D QUESTION: 4 What happens when you run the SQL Tuning Advisor with limited scope? A. Access path analysis is not performed for SQL statements. B. SQL structure analysis is not performed for SQL statements. C. SQL Profile recommendations are not generated for SQL statements. D. Staleness and absence of statistics are not checked for the objects in the query supplied to the SQL Tuning Advisor. Answer: C QUESTION: 5 Which options would you consider while configuring a flash recovery area (fast recovery area in 11g Release 2) for your production database that is running in ARCHIEVELOG mode? (Choose all that apply.) (Choose all that apply.) A. setting the FAST_START_MTTR_TARGET to set the mean time to recover B. setting the RECOVERY_PARALLELISM parameter to twice the number of CPUs C. using the DB_RECOVERY_FILE_DEST parameter to set the location for flash recovery area D. using the DB_RECOVERY_FILE_DEST_SIZE parameter to define the disk space limit for the recovery files created in the flash recovery area. Answer: C, D QUESTION: 6 Examine the following RMAN command: RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Which perquisite must be met before accomplishing the backup? A. Provide a password for the encryption. B. Set up an Oracle wallet for the encryption. C. No setup is required as it is a default encryption method. D. Both Oracle wallet and password must be set up for the encryption. 1Z0-034 3 http://www.troytec.com
  • 4. Answer: B Explanation: http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmconfa.htm To configure the environment so that all RMAN backups are encrypted:Set up the Oracle wallet as explained in Oracle Database Advanced Security Administrator’s Guide.Issue the following RMAN command: CONFIGURE ENCRYPTION FOR DATABASE ON; At this stage, all RMAN backup sets created by this database will use transparent encryption by default QUESTION: 7 Examine these Data Pump commands to import objects to non-existent users hr1 and oe1. S expdp system/manager Schemas =hr,oe directory =EXP_ DIR include = table $ impdp system/manager Schemas = hr1,oe1 Directory = EXP_DIR Dumpfile = export.dat Remap_schema =hr:hr1,oe :oe1 What would be achieved by running the above commands? A. expdp will fail because no path has been defined for the dumpfile. B. expdp will succeed but Impdp will fail because users do not exist. C. impdp will create two users called hrl and oe1 and import all objects to the new schemas D. impdp will create two users called hrl and oe1 and import tables owned by hr and oe schemas to hr1 and oe1 schemas, respectively. Answer: B QUESTION: 8 The database is configured in ARCHIEVELOG mode and regular complete database backups are taken. The loss of which two types of files may require a recovery with the RESETLOGS option? A. Control files B. Password file C. Inactive online redo log file D. Archived log files required to perform recovery E. Newly created tablespace which is not backed up 1Z0-034 4 http://www.troytec.com
  • 5. Answer: A, D Explanation: The RESETLOGS options is required in: 1. Imcomplete Recovery 2. Change of control file So that, the control file and archived redo logs are required. QUESTION: 9 User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions? A. ALTER DATABASE FLASHBACK ON; B. GRANT SELECT ANY TRANSACTION TO scott; C. GRANT EXECUTE ON dbms_flashback TO scott; D. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA; E. ALTER TABLESPACE undots1 RETENTION GUARANTEE; F. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS; Answer: B, C, D, F QUESTION: 10 The DB_BLOCK_CHECKING parameter is set to FULL. What checks occur each time the DBWnprocess(es) writes? A. The Oracle database will check all data blocks by going through the data on each block, making sure the data is self-consistent. B. The DBWn and the direct loader will calculate a checksum and store it in the cache header of every data block when writing it to disk. C. The Oracle database will check data blocks belonging to the SYSTEM tablespace only, by going through the data on each block, making sure the data is self-consistent. D. The Oracle database will check data blocks belonging to the SYSAUX tablespace only, by going through the data on each block, making sure the data is self-consistent. E. The Oracle database will check data blocks in the SYSTEM and SYSAUX tablespaces only, by going through the data on each block, making sure the data is self-consistent. 1Z0-034 5 http://www.troytec.com
  • 6. Answer: A QUESTION: 11 You are managing a 24*7 database. The backup strategy for the database is to perform user-managedbackups. Identify two prerequisites to perform the backups. (Choose two.) A. The database must be opened in restricted mode. B. The database must be configured to run in ARCHIVELOG mode. C. The tablespaces are required to be in backup mode before taking the backup. D. The tablespaces are required to be in read-only mode before taking the backup Answer: B, C QUESTION: 12 You need to configure fine-grained access control to external network resources from within your database. You create an access control list (ACL) using the DBMS_NETWORK_ACL_ADMIN package. Which statement is true regarding the ACL created? A. It is a list of remote database links stored in the XML file that are available to the users of the database. B. It is a list of users and network privileges stored in the XML file according to which a group of users canconnect to one or more hosts. C. It is a list of users and network privileges stored in the data dictionary according to which a group of userscan connect to one or more hosts. D. It is the list of the host names or the IP addresses stored in the data dictionary that can connect to yourdatabase through PL/SQL network utility packages such as UTL_TCP. Answer: B Explanation: The DBMS_NETWORK_ACL_ADMIN package provides the interface to administer the network Access ControlList (ACL). Refer to here for About Fin-Grained Access to External Network ServicesConfiguring fine- grained access control for users and roles that need to access external network services fromthe database. This way, specific groups of users can connect to one or more host computers, based onprivileges that you grant them. Typically, you use this feature to control access to applications that run 1Z0-034 6 http://www.troytec.com
  • 7. onspecific host addresses. To configure fine-grained access control to external network services, you create an access control list (ACL),which is stored in Oracle XML DB. You can create the access control list by using Oracle XML DB itself, orby using the DBMS_NETWORK_ACL_ADMIN and DBMS_NETWORK_ACL_UTILITY PL/SQL packages. This guideexplains how to use these packages to create and manage the access control list. To create an access controllist by using Oracle XML DB and for general conceptual information about access control lists, see Oracle XMLDB Developer's Guide. QUESTION: 13 View the Exhibit and examine the RMAN commands. Which statement describes the effect of a backup retention policy on the backup of a backup set? A. Either all the copies of a backup set are obsolete or none of them are as per the retention policy. B. The copies of the backup will be reported as obsolete under a redundancy-based backup retention policy. C. The copies of the backup will be reported as obsolete under a recovery window- based backup retentionpolicy. D. All the copies of the backup set are counted as one instance of a backup and will deleted in backup setexceeds the redundancy-based backup retention policy. Answer: A QUESTION: 14 1Z0-034 7 http://www.troytec.com
  • 8. Which four resources can directives be specified by using the Oracle Resource Manager? A. CPU usage B. degree of parallelism C. number of open cursors D. number of sorts performed E. idle time for blocking sessions F. number of I/Os requests Answer: A, B, E, F QUESTION: 15 You are using the control file to maintain information about the database backups that are being performed by Recovery Manager (RMAN). Identify two scenarios in which you must have a recovery catalog. A. To store the backup information of multiple database B. To restrict the amount of space that is used by the backups C. To maintain a backup for a certain time is set by the CONTROL_FILE_RECORD_KEEP_TIME parameter. D. To list the data files that were in a target database at a given time by using the AT option of REPORTSCHEMA command. Answer: A, D QUESTION: 16 View the Exhibit to observe the error. You receive this error regularly and have to shutdown the database instance to overcome the error. AutomaticShared Memory Management is configured for the instance. What can you do to reduce the chance of this error in the future? 1Z0-034 8 http://www.troytec.com
  • 9. A. Increase the value of SGA_MAX_SIZE B. Enable automatic memory management C. Set the PRE_PAGE_SGA parameter to true D. Lock the System Global Area (SGA) in memory Answer: B Explanation: ORA-04031: unable to allocate string bytes of shared memory ("string","string","string","string") Cause: More shared memory is needed than was allocated in the shared pool or Streams pool. Action: If the shared pool is out of memory, either use the DBMS_SHARED_POOL package to pin largepackages, reduce your use of shared memory, or increase the amount of available shared memory byincreasing the value of the initialization parametersSHARED_POOL_RESERVED_SIZE andSHARED_POOL_SIZE. If the large pool is out of memory, increase the initialization parameterLARGE_POOL_SIZE. If the error is issued from an Oracle Streams or XStream process, increase theinitialization parameter STREAMS_POOL_SIZE or increase the capture or apply parameter MAX_SGA_SIZE. QUESTION: 17 Which are the two prerequisites before setting up Flashback Data Archive? (Choose two.) A. Flash recovery area must be defined B. Undo retention guarantee must be enabled. C. Database must be running in archivelog mode. D. Automatic undo management must be enabled. E. The tablespace in which the Flashback Data Archive is created must have automatic segment spaceManagement (ASSM). Answer: D, E QUESTION: 18 Given below are RMAN commands to enable backup optimization and set the retention policy: RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt; RMAN> CONFIGURE BACKUP OPTIMIZATION ON; 1Z0-034 9 http://www.troytec.com
  • 10. RMAN> CONFIGURE RETENTION POLICY TO REDUNDANCY 2; The USERS tablespace has never been backed up. You take the USERS tablespace offline on Monday. Viewthe Exhibit to examine the operations performed by using RMAN. Which two statements are true about the backup of the USERS tablespace? (Choose two.) A. It will be backed up as a part of database backup on Friday. B. It will be backed up as a part of database backup on Tuesday. C. It will not be backed up as a part of database backup on Wednesday. D. The command on Sunday deletes the backup of the USERS tablespace taken on Tuesday. Answer: B, D Explanation: Refer to here. Backup Optimization for SBT Backups with Redundancy Retention Policy QUESTION: 19 View the Exhibit. 1Z0-034 10 http://www.troytec.com
  • 11. You must unload data from the ORDERS, ORDER_ITEMS, and products database tables to four files using the External Table Population method. You execute the command shown on the exhibit, but only two files have been created. Which parameter must be changed so that four files are created? A. TYPE B. LOCATION C. PARALLEL D. DEFAULT DIRECTORY E. ORGANIZATION EXTERNAL Answer: C QUESTION: 20 Which option must you configure while performing an automated Tablespace Point-in-Time Recovery (TSPITR) by using Recovery Manager (RMAN)? A. New channels for restore and recovery tasks B. New name for the data files of the tablespace C. Auxiliary name for the data files of the tablespace D. Auxiliary destinations for an auxiliary set of data files Answer: D 1Z0-034 11 http://www.troytec.com