InterviewSolution
| 1. |
How To Recover Sessions In Concurrent Batches? |
|
Answer» If MULTIPLE SESSIONS in a concurrent batch fail, you might want to truncate all targets and run the batch again. However, if a session in a concurrent batch FAILS and the REST of the sessions complete successfully, you can recover the session as a standalone session. To recover a session in a concurrent batch:
If multiple sessions in a concurrent batch fail, you might want to truncate all targets and run the batch again. However, if a session in a concurrent batch fails and the rest of the sessions complete successfully, you can recover the session as a standalone session. To recover a session in a concurrent batch: |
|