Instead of creating schedules and linking jobs to them, you can also define a job to run during a Window. So the job will start when the Window begins and you can also forcely stop it when the window ends. Practice for this topic assigning a job to a window and a window group. Path …
June 2015 archive
Jun 01
OCM 11g Preparation - Create job classes
Job classes are also templates for jobs, but instead of defining a standard "code" format, like PROGRAMS, with classes you pre-define the logs retention and capture standards, resource consumer and services. For this item, practice creating a job class via EM and assign a job to it. Like programs, it's less probable that this item will be requested …
Jun 01
OCM 11g Preparation - Create programs
Programs are like "templates" for job's code. With a program you can pre-define the procedure/executable and arguments for a job. So, if you change your body code or call (let's say you renamed or changed the location of the shell script that execute via JOB), all you need to do is to modify your PROGRAM instead of every job. …