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

Oracle DBA interview_questions
Oracle DBA interview_questionsOracle DBA interview_questions
Oracle DBA interview_questions
Naveen P
 
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneOracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneDeepti Singh
 
381 Rac
381 Rac381 Rac
221 Rac
221 Rac221 Rac
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneOracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneDeepti Singh
 
261 Rac
261 Rac261 Rac
An introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methodsAn introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methods
Ajith Narayanan
 
576 oracle-dba-interview-questions
576 oracle-dba-interview-questions576 oracle-dba-interview-questions
576 oracle-dba-interview-questions
Naveen P
 
DBA Commands and Concepts That Every Developer Should Know
DBA Commands and Concepts That Every Developer Should KnowDBA Commands and Concepts That Every Developer Should Know
DBA Commands and Concepts That Every Developer Should Know
Alex Zaballa
 
241 Rac
241 Rac241 Rac
Rman backup and recovery 11g new features
Rman backup and recovery 11g new featuresRman backup and recovery 11g new features
Rman backup and recovery 11g new features
Nabi Abdul
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS
 
SQLMAP Tool Usage - A Heads Up
SQLMAP Tool Usage - A  Heads UpSQLMAP Tool Usage - A  Heads Up
SQLMAP Tool Usage - A Heads Up
Mindfire Solutions
 
21 Rac
21 Rac21 Rac
Backup andrecoverychecklist
Backup andrecoverychecklistBackup andrecoverychecklist
Backup andrecoverychecklistpraveen_01236
 
Sqlmap
SqlmapSqlmap
Sqlmap
shamshad9
 
Data Migration in Database
Data Migration in DatabaseData Migration in Database
Data Migration in Database
Jingun Jung
 

What's hot (20)

Oracle DBA interview_questions
Oracle DBA interview_questionsOracle DBA interview_questions
Oracle DBA interview_questions
 
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneOracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid clone
 
381 Rac
381 Rac381 Rac
381 Rac
 
221 Rac
221 Rac221 Rac
221 Rac
 
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneOracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid clone
 
261 Rac
261 Rac261 Rac
261 Rac
 
An introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methodsAn introduction to_rac_system_test_planning_methods
An introduction to_rac_system_test_planning_methods
 
576 oracle-dba-interview-questions
576 oracle-dba-interview-questions576 oracle-dba-interview-questions
576 oracle-dba-interview-questions
 
DBA Commands and Concepts That Every Developer Should Know
DBA Commands and Concepts That Every Developer Should KnowDBA Commands and Concepts That Every Developer Should Know
DBA Commands and Concepts That Every Developer Should Know
 
241 Rac
241 Rac241 Rac
241 Rac
 
Less16 Recovery
Less16 RecoveryLess16 Recovery
Less16 Recovery
 
Rman backup and recovery 11g new features
Rman backup and recovery 11g new featuresRman backup and recovery 11g new features
Rman backup and recovery 11g new features
 
Less17 Util
Less17  UtilLess17  Util
Less17 Util
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise Plugin
 
SQLMAP Tool Usage - A Heads Up
SQLMAP Tool Usage - A  Heads UpSQLMAP Tool Usage - A  Heads Up
SQLMAP Tool Usage - A Heads Up
 
21 Rac
21 Rac21 Rac
21 Rac
 
Xpp b tspitr
Xpp b tspitrXpp b tspitr
Xpp b tspitr
 
Backup andrecoverychecklist
Backup andrecoverychecklistBackup andrecoverychecklist
Backup andrecoverychecklist
 
Sqlmap
SqlmapSqlmap
Sqlmap
 
Data Migration in Database
Data Migration in DatabaseData Migration in Database
Data Migration in Database
 

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

Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]revoluson
 
Oracle Database 12c Essentials 1Z0-497 exam questions
Oracle Database 12c Essentials 1Z0-497 exam questionsOracle Database 12c Essentials 1Z0-497 exam questions
Oracle Database 12c Essentials 1Z0-497 exam questions
examgood
 
Oracle Exadata Exam Dump
Oracle Exadata Exam DumpOracle Exadata Exam Dump
Oracle Exadata Exam Dump
Pooja C
 
Oracle Exadata 1Z0-485 Certification
Oracle Exadata 1Z0-485 CertificationOracle Exadata 1Z0-485 Certification
Oracle Exadata 1Z0-485 Certification
Exadatadba
 
1 z0 060 - oracle certification
1 z0 060 - oracle certification1 z0 060 - oracle certification
1 z0 060 - oracle certification
adam_jhon
 
Mid term & final- preparation- student-review(Oracle)
Mid term & final- preparation- student-review(Oracle)Mid term & final- preparation- student-review(Oracle)
Mid term & final- preparation- student-review(Oracle)
than sare
 
DELL EMC DEA-1TT5 Updated Dumps 2023
DELL EMC DEA-1TT5 Updated Dumps 2023DELL EMC DEA-1TT5 Updated Dumps 2023
DELL EMC DEA-1TT5 Updated Dumps 2023
VictoriaMeisel
 
Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp quskrreddy21
 
Ms sql server architecture
Ms sql server architectureMs sql server architecture
Ms sql server architecture
Ajeet Singh
 
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
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...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
Alex Zaballa
 
DBA 3 year Interview Questions
DBA 3 year Interview QuestionsDBA 3 year Interview Questions
DBA 3 year Interview Questions
Naveen P
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
NomanKhalid56
 
Sql portfolio admin_practicals
Sql portfolio admin_practicalsSql portfolio admin_practicals
Sql portfolio admin_practicalsShelli Ciaschini
 
Oracle dba interview question
Oracle dba interview questionOracle dba interview question
Oracle dba interview question
Amarendra Sharma
 
Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...
Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...
Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...
ChristopherBow2
 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
David McNish
 
Spring review_for Semester II of Year 4
Spring review_for Semester II of Year 4Spring review_for Semester II of Year 4
Spring review_for Semester II of Year 4
than sare
 

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

Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]
 
Oracle Database 12c Essentials 1Z0-497 exam questions
Oracle Database 12c Essentials 1Z0-497 exam questionsOracle Database 12c Essentials 1Z0-497 exam questions
Oracle Database 12c Essentials 1Z0-497 exam questions
 
1z0-997-21.pdf
1z0-997-21.pdf1z0-997-21.pdf
1z0-997-21.pdf
 
Oracle Exadata Exam Dump
Oracle Exadata Exam DumpOracle Exadata Exam Dump
Oracle Exadata Exam Dump
 
Oracle Exadata 1Z0-485 Certification
Oracle Exadata 1Z0-485 CertificationOracle Exadata 1Z0-485 Certification
Oracle Exadata 1Z0-485 Certification
 
1 z0 060 - oracle certification
1 z0 060 - oracle certification1 z0 060 - oracle certification
1 z0 060 - oracle certification
 
Mid term & final- preparation- student-review(Oracle)
Mid term & final- preparation- student-review(Oracle)Mid term & final- preparation- student-review(Oracle)
Mid term & final- preparation- student-review(Oracle)
 
DELL EMC DEA-1TT5 Updated Dumps 2023
DELL EMC DEA-1TT5 Updated Dumps 2023DELL EMC DEA-1TT5 Updated Dumps 2023
DELL EMC DEA-1TT5 Updated Dumps 2023
 
Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp qus
 
Ms sql server architecture
Ms sql server architectureMs sql server architecture
Ms sql server architecture
 
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
 
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
OOW16 - Oracle Database 12c - The Best Oracle Database 12c New Features for D...
 
DBA 3 year Interview Questions
DBA 3 year Interview QuestionsDBA 3 year Interview Questions
DBA 3 year Interview Questions
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
 
Sql portfolio admin_practicals
Sql portfolio admin_practicalsSql portfolio admin_practicals
Sql portfolio admin_practicals
 
Oracle dba interview question
Oracle dba interview questionOracle dba interview question
Oracle dba interview question
 
Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...
Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...
Designing Database Solutions for Microsoft SQL Server 2012 2012 Microsoft 70-...
 
Sql server
Sql serverSql server
Sql server
 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
 
Spring review_for Semester II of Year 4
Spring review_for Semester II of Year 4Spring review_for Semester II of Year 4
Spring review_for Semester II of Year 4
 

More from Isabella789

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...
Isabella789
 
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...
Isabella789
 
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
Isabella789
 
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 (...
Isabella789
 
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)
Isabella789
 
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
Isabella789
 
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)
Isabella789
 
400-351 Exam-CCIE Wireless
400-351 Exam-CCIE Wireless  400-351 Exam-CCIE Wireless
400-351 Exam-CCIE Wireless
Isabella789
 
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
Isabella789
 
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
Isabella789
 
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
Isabella789
 
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
Isabella789
 
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
Isabella789
 
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
Isabella789
 
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
Isabella789
 
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
Isabella789
 
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
Isabella789
 
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
Isabella789
 
Jn0 420 exam-jncis-dev ops
Jn0 420 exam-jncis-dev opsJn0 420 exam-jncis-dev ops
Jn0 420 exam-jncis-dev ops
Isabella789
 
200 310-q&a-demo-troytec
200 310-q&a-demo-troytec200 310-q&a-demo-troytec
200 310-q&a-demo-troytec
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
 
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
 
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
1Z0-027 Exam-Oracle Exadata Database Machine Administration, Software Release
 
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

Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 

Recently uploaded (20)

Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 

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