http://www.perlmonks.org?node_id=1012231


in reply to Re^2: DBD Oracle ORA_XMLTYPE Seg Fault
in thread DBD Oracle ORA_XMLTYPE Seg Fault

You might want to read XMLTYPE which says:

XMLType is a system-defined opaque type for handling XML data. It as predefined member functions on it to extract XML nodes and fragments.

You cannot call the member function getclobval on a NULL.