ORA-17177
Object does not wrap anything with requested interface.
Cause
The error arises when an object does not implement or wrap the specified interface that your code expects.
Action
Ensure that the object in question correctly implements or wraps the expected interface.