ADOP cleanup_mode
Run with adop cleanup phase.
Provides control over the extent of cleanup operations.
If no value is specified, cleanup is performed in standard mode, which does the same as quick mode but also drops obsolete code objects.
Values: quick/full
Purpose:
cleanup_mode=quick performs the minimum necessary cleanup to complete the online patching cycle. Use this mode if you want to start a new online patching cycle as soon as possible.
cleanup_mode=full performs all possible cleanup tasks for maximum recovery of space from unused database editions, objects and columns. Full cleanup is required after aborting an online patching cycle.
Usage:
adop phase=cleanup cleanup_mode=full
adop phase=cleanup cleanup_mode=quick