ORA-30625: method dispatch on NULL SELF argument is disallowed ORACLE 报错 故障修复 远程处理
文档解释
ORA-30625: method dispatch on NULL SELF argument is disallowed
Cause: A member method of a type is being invoked with a NULL SELF argument.
Action: Change the method invocation to pass in a valid self argument.