Oracle Error ORA-23539: table “string”.”string” currently being redefined

Oracle Error Message

ORA-23539: table “string”.”string” currently being redefined

Reason for the Error

An attempt was made to redefine a table which is currently involved in an ongoing redefinition.

Solution

Do not perform this redefinition operation on this table or wait till the ongoing redefinition of the table is completed.