Re: [basex-talk] Oracle blob

2014-05-07 Thread Bednar, Scott E
Sorry, I’m probably not much help with inserting BLOBs – it’s not something I’ve done before either in Oracle or BaseX. Scott From: Erol Akarsu [mailto:eaka...@gmail.com] Sent: Wednesday, May 07, 2014 2:56 PM To: Bednar, Scott E Cc: Dirk Kirsten; basex-talk@mailman.uni-konstanz.de Subject: Re

Re: [basex-talk] Oracle blob

2014-05-07 Thread Bednar, Scott E
Akarsu [mailto:eaka...@gmail.com] Sent: Wednesday, May 07, 2014 1:37 PM To: Bednar, Scott E Cc: Dirk Kirsten; basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Oracle blob Scott, I want this setting for only importing blob data but doesn't need all other times, >s

Re: [basex-talk] Oracle blob

2014-05-07 Thread Bednar, Scott E
: http://docs.oracle.com/cd/E18283_01/java.112/e16548/jdbcvers.htm#BCFIDIEH I’m not sure BaseX supports this JDBC interface or not, but it did for XML extraction. Thanks, Scott From: Erol Akarsu [mailto:eaka...@gmail.com] Sent: Wednesday, May 07, 2014 12:56 PM To: Dirk Kirsten; Bednar, Scott E Cc

[basex-talk] Oracle SQL set up for extracting XML Clobs

2014-03-26 Thread Bednar, Scott E
script successfully start the server. If you use the un-configured xmlparserrv2.jar it will not start. Hope this helps! Cheers, Scott Bednar -Original Message- From: Bednar, Scott E Sent: Sunday, March 23, 2014 5:43 PM To: 'basex-talk@mailman.uni-konstanz.de' Subject: XM

Re: [basex-talk] XML clob w/ SQL module

2014-03-24 Thread Bednar, Scott E
is the "fallback" string representation (line 380 in the module)? Any suggestions for getting the actual XML into BaseX? Thanks, Scott -Original Message- From: Christian Grün [mailto:christian.gr...@gmail.com] Sent: Monday, March 24, 2014 2:19 AM To: Bednar, Scott E Cc: basex-ta

[basex-talk] XML clob w/ SQL module

2014-03-23 Thread Bednar, Scott E
I'm trying to extract XML stored in a CLOB from an oracle database using the sql module for BaseX. When I select the clob value, I get this sort of thing: oracle.sql.CLOB@49458ef3 I've tried casting it to XMLType (similar message) and to char (buffer size too small for the XML I'm dealing with)