VOS.VirtSPARQLDETAccountDAVEnableISQL

SPARQL Endpoint DET Configuration Guide: set the SQL user account to be DAV enabled Via direct table config

  1. Make sure the steps from the Secure SPARQL Endpoint Guide using WebID Protocol are performed.
  2. Call the Virtuoso USER_SET_OPTION function from iSQL:

    SQL> user_set_option('SPUID1', 'DAV_ENABLE', 1); Done. -- 0 msec. SQL> SELECT U_DAV_ENABLE FROM DB.DBA.SYS_USERS WHERE U_NAME = 'SPUID1'; U_DAV_ENABLE INTEGER _______________________________________________________________________________ 1 1 Rows. -- 0 msec.

Related