Hi, I'm trying to clear a graph by running a SPARQL query like this from the conductor:
CLEAR GRAPH <http://test/graph> When I try this, I get this error: 42000 Error SR186: No permission to execute procedure DB.DBA.SPARUL_CLEAR. I thought I'd be slick and just grant all permissions to dba (who I'm logged in as) with the following statement: GRANT ALL PRIVILEGES TO dba; I executed this via the Interactve SQL tab in Conductor and from isql at the command line. I also tried granting the specified permission by name. Both run fine, but seems to change nothing. Any idea what I can do to clear the graph? Thanks, Jason
