Friday 22 June 2012

ORA-39311: call to DBMS_SCHEMA_COPY.CLONE_RECOVERY is not legal

ORA-39311: call to DBMS_SCHEMA_COPY.CLONE_RECOVERY is not legal

Cause: The routine DBMS_SCHEMA_COPY.CLONE_RECOVERY was called out of sequence. This error occurred because the prior operation was not a schema clone operation or the prior schema clone operation was successful.

Action: Call this routine only if a schema clone operation failed. If you want to clean up the target schema, call the CLEAN_TARGET routine instead.

No comments:

Post a Comment