ORA-13641: Task cannot be interrupted yet. You may cancel it instead.
What triggered the Error:
The user attempted to interrupt a task that has not reached interruptible mode.What should we do to fix it:
Wait until the task reaches interruptible mode, or cancel the task execution.