11gocmu 試験問題を無料オンラインアクセス
試験コード: | 11gocmu |
試験名称: | Oracle Database 11g Certified Master Upgrade Exam |
認定資格: | Oracle |
無料問題数: | 673 |
更新日: | 2025-09-15 |
Your production database is running in archivelog mode and you are using recovery manager (RMAN) with recovery catalog to perform the database backup at regular intervals. When you attempt to restart the database instance after a regular maintenance task on Sunday, the database fails to open displaying the message that the data file belonging to the users tablespace are corrupted.
The steps to recover the damaged data files are follows:
1.Mount the database
2.Open the database
3.Recover the data file
4.Restore the data file
5.Make the data file offline
6.Make the data file online
Which option identifies the correct sequence that you must use to recover the data files?
View the Exhibit and examine the output.
You execute the following RMAN command to perform the backup operation:
RMAN> RUN {
ALLOCATE CHANNEL c1 DEVICE TYPE disk MAXOPENFILES 8;
BACKUP DATABASE FILESPERSET 4;
}
What is the multiplexing level in the preceding backup process?
You plan to control idle sessions that are blocking other sessions from performing transactions. Your requirement is to automatically terminate these blocking sessions when they remain idle for a specified amount of time.
How would you accomplish this task?
Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) while duplicating a running database? (Choose Two)