Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: DBD Oracle ORA_XMLTYPE Seg Fault

by grump- (Novice)
on Jan 03, 2013 at 15:30 UTC ( [id://1011472]=note: print w/replies, xml ) Need Help??


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

How delightful! I had been dancing around the getclobval method but could not make it work with the stored procedure. Syntax is always in the way! Thank you very much! I would gladly become your Kappiya if you would have me. On another note for any on lookers, and I hope I have this right, if v_xml is null, getclobval chokes. I ended up wrapping the getclobval line with an if statement:
if v_xml is not null then :out := xmltype.getclobval(v_xml); end if;

Replies are listed 'Best First'.
Re^3: DBD Oracle ORA_XMLTYPE Seg Fault
by mje (Curate) on Jan 08, 2013 at 13:48 UTC

    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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1011472]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-16 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found