|
Resource plan is not what he wants. Read the second paragraph of msg #6. He wants a huge undo tablespace for that job. After the job is finished, he wants the undo tablespace as small as the business only needs it to be. With a resource plan, you would have a huge undo tablespace all the time, allow the job to use most or all of it and allow other sessions to use just enough. But you still have a huge undo taking lots of storage all the time, causing a long RMAN backup among other things.
To prevent the job from abort on running out of space, alter session enable resumable at the beginning of the job, and make sure you check the job once every 2 hours or more often or make the resumable timeout longer. |
|