How to fix the Oracle error ORA-42005: invalid type of redefinition method?
In this post, you’ll learn more about the Oracle ErrorORA-42005: invalid type of redefinition method with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-42005: invalid type of redefinition method
Reason for the Error ORA-42005: invalid type of redefinition method
An unknown redefinition method was used.
How to fix the Error ORA-42005: invalid type of redefinition method ?
You can fix this error in Oracle by following the below steps
Use one of the supported redefinition methods: o dbms_redefinition.cons_use_pk o dbms_redefinition.cons_use_rowid
Leave Your Comment