Home > Workflows > Using Workflows > Import and Export Workflows > Deploying Workflows > Script Execution > Oracle Enterprise Manager Jobs
Oracle Enterprise Manager allows Database Administrators to define Jobs through the OEM application. The Job is run through OEM rather than through Oracle Scheduler. The Job definitions can directly invoke the generated scripts files. The Job definition should define the master script invocation as a script file using a full file path.
You can decide whether the Job should be run on a schedule or on demand. The Job can be invoked manually from OEM. The execution can be monitored. The result is either a success or a reported failure. All script invocations within the master script have to be fully qualified path names. Therefore, the DIRECTORY
script variable must be set to full the path specifying the location of the script files.
For information about Enterprise Manger, 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.