| Error | ORA-39315 |
Description | illegal swap() call: only applys after clone/sync_code | Cause | Operation swap() is illegal here. This can happen if last operation is not clone or sync_code. However, swap() can be applies to other cases if the parameter `force_swap` is TRUE. | Action | apply other operations, or set force_swap to TRUE. |