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
The DBMS_SCHEDULER package provides a collection of scheduling functions and procedures that are callable from any PL/SQL program.
You cannto configure the backups using DBMS_SCHEDULER, but only schedule them.