OK so I need to scheduler some procedures to run but Id like to run in multiple sessions.
For example.
I would like procedure A and procedure B run at the same time and run Procedure C once A and B complete.
I know how to make procedure C wait for A and B to complete but how can I make procedure A and B run at the same time?
Do I have to have each procedure in a different job? I could see this making the OEM scheduler difficult to read.
I would hope I could put all related procedures in one place (a chain?).
I have used other schedulers in the past with ease but this is my first run with OEM. Any suggestions?
For example.
I would like procedure A and procedure B run at the same time and run Procedure C once A and B complete.
I know how to make procedure C wait for A and B to complete but how can I make procedure A and B run at the same time?
Do I have to have each procedure in a different job? I could see this making the OEM scheduler difficult to read.
I would hope I could put all related procedures in one place (a chain?).
I have used other schedulers in the past with ease but this is my first run with OEM. Any suggestions?