Thanks, Hugh, The multi-threaded function works.
Bin
On Fri, Apr 22, 2011 at 6:54 AM, Hugh Williams wrote:
> Hi Bin,
>
> Your dataset size is probably too large for use with the RDF_LLOAD_RDFXML()
> function, thus you should use the multi-threaded DB.DBA.RDF_LOAD_RDFXML_MT()
> function that is
Hi Bin,
Your dataset size is probably too large for use with the RDF_LLOAD_RDFXML()
function, thus you should use the multi-threaded DB.DBA.RDF_LOAD_RDFXML_MT()
function that is specially built for non-transactional loading as it has no
transaction size limit, as detailed at:
http://d
Hi,
I was uploading owl file with size 340M using DB.DBA.RDF_LOAD_RDFXML
(file_to_string_output...), it gave the following error:
** Error 40005: [Virtuoso Driver][Virtuoso Server]SR325: Transaction
aborted because it's log after image size went above the limit
at line 1 of Top-Level:
Do you kno