Home > Workflow > Working with Workflows > Oracle Enterprise Manager Jobs
Oracle Enterprise Manager (OEM) allows Database Administrators to define Jobs through the OEM application. The Job is run through OEM instead of Oracle Scheduler. The Job can be run manually from OEM. The running of the job can be monitored. The result is either a success or a reported failure.
The Job definitions can directly open the generated scripts files.
The Job definition should define the master script invocation as a script file using a full file path.
The Job can be run on a schedule or on demand.
All script that run within the master script must have fully qualified path names.
For information about Enterprise Manager, see the Oracle Enterprise Manager documentation set, Oracle Database 2 Day DBA, or any of the Oracle Database 2 Day + books for the database to which you are connected.