SE_log_grant_access

Grants a user access to the specified owner’s log files

Usage syntax

LONG SE_log_grant_access (SE_CONNECTION connection, const CHAR *logfiles_owner, const CHAR *dbms_user);

Parameters
connection The connection handle
logfiles_owner The owner of the log files
dbms_user The name of the user to grant access to
Description

SE_log_grant_access gives a DBMS user access to the owner’s log files.

Returns

SE_INVALID_GRANT_REVOKE
SE_SUCCESS

SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_LOG_NOACCESS

SE_NET_FAILURE

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED