Oracle Error ORA-23622: Operation string.string.string is in progress.

Oracle Error Message

ORA-23622: Operation string.string.string is in progress.

Reason for the Error

An attempt was made to execute a procedure which was being executed in a parallel session or failed execution.

Solution

Query the DBA_RECOVERABLE_SCRIPT view to identify the operation that is currently in progress for the specified invoking procedure. Complete the operation before proceeding.