Oracle DBA, How To, Error, Cause and Action

ORA-13710: Parameter string must have a higher value than parameter string. The values supplied were string and string respectively.

ORA-13710: Parameter "string" must have a higher value than parameter "string". The values supplied were "string" and "string" respectively.


Cause:


Invalid interaction between two parameter values.



Action:


Set at least one of the values so the value of the first parameter is higher than the value of the second parameter.

No comments:

Post a Comment

Thanks for your comment.