I have a function that receives an xml parameter, I need to keep only one part, and return that "new xml". I understand it is done with the Extract function but it would not be working for me. I get error: ORA-00932 incosistent datatypes: expected CHAR got - Obviously I look for them and change the types of the parameters, etc, but there is no case, I do not get it. What I need as output is just the xml portion within the event nodes, not the data if not all the xml itself. Example:
Thanks !!!