Is there a "SHOW PRIVILEGES" command on Virtuoso by which I may better
understand the issue below?

I have a Virtuoso installation for which I am unable to clear the graph I
constructed. The error message is show below

"Virtuoso 42000 Error SR186:SECURITY: No permission to execute procedure
DB.DBA.SPARUL_CLEAR with user ID 107, group ID 107"

Below is the command I issued.

###clear the graph (start)
sqarql_query="
CLEAR GRAPH 'http://abc.somethere.com'
" \
 && time curl \
  --user dba:secret \
  -X POST "http://xyz.somewhere.com:8891/sparql"; \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept:application/sparql-results+json" \
  --data-urlencode 'format=json' --data-urlencode 'default-graph-uri=
http://abc.somethere.com' \
  --data-urlencode "query=${sqarql_query}" \
  --write-out
'%{url_effective};%{http_code};%{time_total};%{time_namelookup};%{time_connect};%{size_download};%{speed_download}\n'
\
;date;
###clear the graph (end)
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to