Hi Chuck,

The DB.DBA.SPARQL_DELETE_DICT_CONTENT procedure is most probably built into the binary and thus cannot be viewed via the Conductor. Has the SPARQL_UPDATE privilege being granted to the "SPARQL" user to enable delete/insert/update type operations to be performed ? This can be viewed via the conductor interface for the "SPARQL" user.

Best Regards
Hugh Williams
Professional Services
OpenLink Software

On 6 Jun 2008, at 22:07, Chuck Borromeo wrote:

Hi,
  I am trying to delete a triple from my local machine.  I am running
Virtuoso 5.0.6. I am executing the following SPARQL statement from the
SPARQL endpoint:

delete from graph <http://xyz>
 {   <testURI>  <hasProperty>  <http://testnode> }

I got the following error when I ran on my localhost. It sounds like a
permissions error:

42000 Error SR186: No permission to execute procedure
DB.DBA.SPARQL_DELETE_DICT_CONTENT.

SPARQL query:
define sql:signal-void-variables 1 define output:valmode "LONG" delete
from graph <http://xyz>
 {   <testURI>  <hasNeuroML>  <http://testnode> }

I was not able to find the Procedure DB.DBA.SPARQL_DELETE_DICT_CONTENT
in Conductor.  How do I execute a delete through the SPARQL endpoint?

Thanks,
Chuck





---------------------------------------------------------------------- ---
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


Reply via email to