ORA-21710: argument is expecting a valid memory address of an object
What triggered the Error:
e object memory address that is supplied by the user is invalid. The user may have passed in a bad memory address to a function that is expecting a valid memory address of an object.What should we do to fix it:
er should pass in a valid memory address of an object to the function.