SE_log_revoke_access

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

Usage syntax

LONG SE_log_revoke_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_revoke_access removes a DBMS user’s access to the owner’s log files.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_LOG_NOACCESS

SE_NET_FAILURE

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED