ORA-23340 incorrect resolution method string cause and solution
The following is the ORA-23340 error message, you can learn the cause and solution of the Oracle database error.
ORA-23340 incorrect resolution method string
Cause: User function is specified when conflict resolution method was not “USER FUNCTION” or specified resolution method is not one of the predefined methods.
Solution: If user function is specified when conflict resolution method was not “USER FUNCTION”, either reregister function with method as “USER FUNCTION” or specify a NULL user function. Otherwise, specify one of the documented supported conflict resolution methods.
Please wait for the update…