Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Oracle Backup and Recovery (1Z0-025) Free Practice Test

Question 1
When creating a standby database, which files must be transferred to the standby server?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Which command is used to allow RMAN to store a group of commands in the recovery catalog?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
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?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
What is the advantage of managed recovery mode?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
During an opened database backup, a power failure occurs. Which SQL statement do you issue to resolve this situation after mounting the database?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
In the view V$DATAFILE_HEADER, what does value 'YES' in the 'FUZZY' column as specified?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
When the status of the tablespace moves from read-only to read-write, which two events occur? (Choose two)

Correct Answer: C,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
Which two statements regarding the use of Recovery manager with a database in NOARCHIVELOG mode are true? (Choose two)

Correct Answer: C,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
When using recover manager without a catalog, the connection to the target database ______?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
Given the RMAN script:
run(
allocation channel t2 type 'SET_TAPE'
backup filesperset 3
format '/disk1/backup/ar_%t_%s_%p'
(Archivelog from logseq*1056 until logseq*1056
thread*1 delete input):
)
What does this script do?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).