We ran into this exact scenario and resolved by applying SOLR-5214
(://issues.apache.org/jira/browse/SOLR-5214)
From: binit [b.initth...@gmail.com]
Sent: Friday, December 13, 2013 10:45 PM
To: solr-user@lucene.apache.org
Subject: Re: Unable to check Solr 4.
Is this on Oracle 10.2.0.4? Looking at the Oracle support site there's a
memory leak using some of the XML functions that can be fixed by upgrading to
10.2.0.5, 11.2, or by using 10.2.0.4 Patch 2 in Windows 32-bit.
-Original Message-
From: Neil Chaudhuri [mailto:nchaudh...@potomacfusion
You could also do the xpath processing on the oracle end using the extract or
extractValue functions. Here's a good reference:
http://www.psoug.org/reference/xml_functions.html
-Original Message-
From: Neil Chaudhuri [mailto:nchaudh...@potomacfusion.com]
Sent: Wednesday, March 17, 201
To convert an XMLTYPE to CLOB use the getClobVal() method like this:
SELECT d.XML.getClobVal() FROM DOC d WHERE d.ARCHIVE_ID = '${doc.ARCHIVE_ID}'
-Original Message-
From: Shawn Heisey [mailto:s...@elyograg.org]
Sent: Tuesday, March 16, 2010 7:37 PM
To: solr-user@lucene.apache.org
Subjec