You want to configure and schedule offline database backups to run automatically.
Which tool or utility would you use to achieve this?
A.
The XML script
B.
The PL/SQL script
C.
The DBMS_SCHEDULER package
D.
Enterprise Manager to schedule the backup
You want to configure and schedule offline database backups to run automatically.
Which tool or utility would you use to achieve this?
You want to configure and schedule offline database backups to run automatically.
Which tool or utility would you use to achieve this?
A.
The XML script
B.
The PL/SQL script
C.
The DBMS_SCHEDULER package
D.
Enterprise Manager to schedule the backup
C is also right..
Oracle documentation below
http://docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse.htm
says…
“This chapter describes how to use the DBMS_SCHEDULER package to work with Scheduler objects. You can accomplish the same tasks using Oracle Enterprise Manager.”
Nem the scheduler is for schedule the job, so you can schedule the rman as job, but this one alone will not do it. Also is saying about configure the offline backup, how to do this with one scheduler o.o,