ORA-19256: XQST0036 - missing type definitions in imported module
What triggered the Error:
module was imported, which contains references to type names that are not defined in the in-scope type definitions inside the module.What should we do to fix it:
x the module definintion to include the in-scope type definition.