Exam Name: Oracle database 10g:Administration ii
Questions and Answers: 217 Q&A
take some testpassport oracle 1z0-043 Q&A for example
1. You need to check the EMP_EAST partition in the EMPLOYEES table for physical corruptions. You
also need to verify that the rows belong to the correct partition. Which option could you use?
A.LogMiner
B.the DBNEWID utility
C.the DBVERIFY utility
D.the ANALYZE command
E.the RMAN REPORT command
F.the RMAN CROSSCHECK command
G.the RMAN BLOCKRECOVER command
ANSWER: D
2. You execute the following command to enable a session in resumable mode:
SQL> ALTER SESSION ENABLE RESUMABLE TIMEOUT 60;
What is the impact of a timeout on the statements being suspended?
A.The statements remain suspended for at least 60 seconds.
B.The statements are suspended for 60 seconds and then they are executed.
C.The suspended statements error out if the problem is not rectified within 60 seconds.
D.The statements are automatically suspended 60 seconds after an error is received, and then attempt to
execute normally again.
ANSWER: C
3. Immediately after adding a new disk to or removing an existing disk from an Automatic Storage
Management (ASM) instance, you find that the performance of the database decreases initially, until the
addition or removal process is completed. Performance then gradually returns to normal levels.
Which two activities could you perform to maintain a consistent performance of the database while adding
or removing disks? (Choose two.)
A.increase the number of checkpoint processes
B.define the POWER option while adding or removing the disks
C.increase the number of DBWR processes by setting up a higher value for DB_WRITER_PROCESSES
D.increase the number of slave database writer processes by setting up a higher value for
DBWR_IO_SLAVES
E.increase the number of ASM Rebalance processes by setting up a higher value for
ASM_POWER_LIMIT during the disk addition or removal process
ANSWER: BE