最新的Oracle Database 11g Certified Master Upgrade - 11gocmu免費考試真題

問題1
What can you determine about the following linguistic sorts based only on their names?
1.GERMAN
2.FRENCH_M

正確答案: E
問題2
You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish this, you issued the following command:
ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR;
What is the implication of this command?

正確答案: A
問題3
What is the correct order of steps to perform an online database backup?
a.alter database begin backup;
b.alter database end backup;
c.Back up the database datafiles.
d.Back up the archive log files.
e.alter system switch logfile;

正確答案: C
問題4
Your database is up and running and one of your three control files is accidentally erased. You start RMAN and run the following command:
RESTORE CONTROLFILE FROM AUTOBACKUP;
Which of the following statements is true? (Choose all that apply.)

正確答案: C,E
問題5
ENCRYPT_TS is an encrypted tablespace that contains tables with data. Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables?

正確答案: C
問題6
Which statement is true regarding the VALIDATE DATABASE command?

正確答案: B
問題7
After executing the command alter diskgroup disk group2 drop disk dg2a; you issue the following command from the ASM instance:
Select group_number, count(*) from v$asm_operation;
What is the implication if the query against V$ASM_OPERATION returns zero rows?

正確答案: D
問題8
Which of the following tasks does the tool Incident Packaging Service (IPS) perform?

正確答案: A
問題9
Immediately after adding a new disk to or removing an existing disk from an ASM instance, you find that the performance of the database goes down initially until the time the addition or removal process is completed, and then gradually becomes normal.
Which two activities would you perform to maintain a consistent performance of the database while adding or removing disks? (Choose two.)

正確答案: C,D
問題10
Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?

正確答案: D
問題11
When you create a backup control file, where is the resulting file written to?

正確答案: D
問題12
If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode, what will be the result when you issue the command alter database archivelog?

正確答案: B
問題13

View the Exhibit to examine the output produced by the following query at three different times since the database instance started and has undergone workloads of different capacities:
SQL> SELECT substr(component, 0, 10) COMP, current_size CS,
user_specified_size US
FROM v$memory_dynamic_components
WHERE current_size!=0;
What do you infer from this?

正確答案: B