Re: [Virtuoso-users] Transaction aborted due to a database checkpoint

2013-11-21 Thread Nicola Vitucci
Hi Hugh, indeed changing the checkpoint interval solved the problem. The triple being updated via a SPARQL UPDATE were around 86 millions. Thank you, Nicola Il 08/11/2013 13:41, Hugh Williams ha scritto: > Hi Nicola, > > Sounds like your "big" UPDATE has possibly encountered a database checkpo

Re: [Virtuoso-users] VOS stable/7 error during install of Framework VAD

2013-11-21 Thread Kambiz Darabi
Hi Hugh, I haven't seen any activity on the develop/7 branch. Is that update postponed? What are my options for trying out the Mediawiki hosting functionality? Thank you Kambiz Hugh Williams wrote: > > Hi Kambiz, > > An update to the develop/7 branch is scheduled for this week, thus you > w

Re: [Virtuoso-users] Odbc memory issue - Virtuoso 7

2013-11-21 Thread Quentin
Aah, apparently something in PHP/VirtuosoODBC really doesn't like encountering DB_NULL as [a|the first] field in a resultset row. Modifying the pl-sql function to prevent null values being returned resolved the issue though something seems to be broken in the area of allocating memory based on res

[Virtuoso-users] Odbc memory issue - Virtuoso 7

2013-11-21 Thread Quentin
I'm trying to track down a memory issue with apache/php/odbc when talking to Virtuoso. The error is: "PHP Fatal error: Out of memory (allocated 3407872) (tried to allocate 18446744073709551613 bytes) in..." The actual line in PHP is: return (odbc_exec($this->db_link, $db_query)); The db connecti