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

PDF
2020 New Updated 1Z0-060 Questions and Answers
PDF
Exam 1z0 062 Oracle Database 12c: Installation and Administration
PDF
Cloning 2
DOCX
Oracle dba interview questions with answer
PDF
PDF
0396 oracle-goldengate-12c-tutorial
PDF
1 z0 052
PDF
2020 New Updated 1Z0-060 Questions and Answers
Exam 1z0 062 Oracle Database 12c: Installation and Administration
Cloning 2
Oracle dba interview questions with answer
0396 oracle-goldengate-12c-tutorial
1 z0 052

What's hot (20)

PDF
Oracle DBA interview_questions
DOC
Oracle applications 11i hot backup cloning with rapid clone
PDF
PDF
PDF
Oracle applications 11i hot backup cloning with rapid clone
PDF
PDF
An introduction to_rac_system_test_planning_methods
PDF
576 oracle-dba-interview-questions
PPTX
DBA Commands and Concepts That Every Developer Should Know
PDF
PPT
Less16 Recovery
DOCX
Rman backup and recovery 11g new features
PPT
Less17 Util
PDF
Pandora FMS: DB2 Enterprise Plugin
PPT
SQLMAP Tool Usage - A Heads Up
PDF
PPT
Xpp b tspitr
PDF
Backup andrecoverychecklist
PPTX
Sqlmap
PPTX
Data Migration in Database
Oracle DBA interview_questions
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid clone
An introduction to_rac_system_test_planning_methods
576 oracle-dba-interview-questions
DBA Commands and Concepts That Every Developer Should Know
Less16 Recovery
Rman backup and recovery 11g new features
Less17 Util
Pandora FMS: DB2 Enterprise Plugin
SQLMAP Tool Usage - A Heads Up
Xpp b tspitr
Backup andrecoverychecklist
Sqlmap
Data Migration in Database
Ad

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

DOC
Oracle11g(1z0 050) v100612[1]
PDF
1 z0 060 - oracle certification
PDF
Mid term & final- preparation- student-review(Oracle)
PDF
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
PDF
DBA 3 year Interview Questions
PDF
2008 Collaborate IOUG Presentation
DOCX
Dba 3+ exp qus
DOC
Oracle dba interview question
PDF
Backup and recovery in oracle
PDF
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
PDF
qdoc.tips_oracle-dba-interview-questions.pdf
PDF
Oracle Database Administration I (1Z0-082) Exam Dumps 2024.pdf
PDF
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
PPT
Backups And Recovery
PDF
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
PDF
You Oracle Technical Interview
PPTX
Presentation day2 oracle12c
PDF
Collaborate 2012 - RMAN Eliminate the mystery
PDF
Oracle Exadata 1Z0-485 Certification
Oracle11g(1z0 050) v100612[1]
1 z0 060 - oracle certification
Mid term & final- preparation- student-review(Oracle)
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
DBA 3 year Interview Questions
2008 Collaborate IOUG Presentation
Dba 3+ exp qus
Oracle dba interview question
Backup and recovery in oracle
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
qdoc.tips_oracle-dba-interview-questions.pdf
Oracle Database Administration I (1Z0-082) Exam Dumps 2024.pdf
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
Backups And Recovery
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
You Oracle Technical Interview
Presentation day2 oracle12c
Collaborate 2012 - RMAN Eliminate the mystery
Oracle Exadata 1Z0-485 Certification
Ad

More from Isabella789 (20)

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

Recently uploaded (20)

PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
01-Introduction-to-Information-Management.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Pharma ospi slides which help in ospi learning
PDF
Business Ethics Teaching Materials for college
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Pre independence Education in Inndia.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Complications of Minimal Access Surgery at WLH
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
PPH.pptx obstetrics and gynecology in nursing
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
01-Introduction-to-Information-Management.pdf
Anesthesia in Laparoscopic Surgery in India
Pharma ospi slides which help in ospi learning
Business Ethics Teaching Materials for college
STATICS OF THE RIGID BODIES Hibbelers.pdf
Insiders guide to clinical Medicine.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
O7-L3 Supply Chain Operations - ICLT Program
Renaissance Architecture: A Journey from Faith to Humanism
Pre independence Education in Inndia.pdf
Supply Chain Operations Speaking Notes -ICLT Program
VCE English Exam - Section C Student Revision Booklet
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Complications of Minimal Access Surgery at WLH
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPH.pptx obstetrics and gynecology in nursing

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