Oracle Backup and Recovery - 1Z0-025 FREE EXAM DUMPS QUESTIONS & ANSWERS
Your database is configured in ARCHIVELOG mode. Which three types of backups can be performed? (Choose three)
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You should issue a backup of the control file after issuing which command?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
In which situation would you need to create a new control file for an existing database?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
The RMAN script is run every Sunday
Run (
Allocate channel c1 type disk
Format='/home/disk1/BACKUP/run_is_ip.bus';
backup incremental level=0 (database);
)
This RMAN script is run everyday of the week, except Sunday
Run (
Allocate channel c1 type disk
Format+ '/home/disk1/user4/BACKUP/inc_is_ip.bus'
Backup incremental level= 1cumulative (database);
)
What do these scripts do?
Run (
Allocate channel c1 type disk
Format='/home/disk1/BACKUP/run_is_ip.bus';
backup incremental level=0 (database);
)
This RMAN script is run everyday of the week, except Sunday
Run (
Allocate channel c1 type disk
Format+ '/home/disk1/user4/BACKUP/inc_is_ip.bus'
Backup incremental level= 1cumulative (database);
)
What do these scripts do?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which statement concerning archiving is true?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
When performing an open database backup, which statement is NOT true?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which command should you use to issue to find all backup sets containing the data file query1.dbf?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
What are two benefits of making recovery operations parallel? (Choose two)
Correct Answer: A,D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which two items can be assigned as RMAN tag? (Choose two)
Correct Answer: A,E
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You are restoring a backup data file to a different location. To recover successfully, what must you do?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).