Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am using a query to extract the standard output of a job:select jobrun_id, dbms_lob.substr( jobrun_output, 4000, 1 ) from tidal.joboutputwhere jobrun_id = 686361;The query returns output in an XML format:<TESXOUTPUT><MSG>Job output data is in XML ...