<docbook><section><title>PermissionsProblemsAssociatedWithExecutionOfSPARUL_CLEAR</title><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h2">Permissions &amp; Access Control Issues</bridgehead>
<para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h3">Permissions problems associated with execution of SPARUL_CLEAR</bridgehead>
<para>Q: What do I need to grant an account to enable it to clear graphs with a SPARUL query?</para><para>A: Grant <computeroutput>SPARQL_UPDATE</computeroutput> privilege to user &#39;SPARQL&#39; .  We don&#39;t grant this by default for security reasons.</para><para>If the problem persists, manually add these grants:</para><programlisting>grant execute on SPARUL_CLEAR to &quot;SPARQL&quot;
grant execute on SPARUL_CLEAR to SPARQL_UPDATE
</programlisting></section></docbook>