Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
授予其他用户使用 QAnywhere 存储过程的权限。
只有具备 DBA 特权的用户才自动具备执行 QAnywhere 存储过程的权限。其他用户必须通过具备 DBA 特权的用户运行此存储过程来授权。
此过程将用户添加到名为 ml_qa_message_group 的组,然后授予他们对所有 QAnywhere 存储过程的执行权限。
例如,要向数据库 ID 为 user1 的用户授予消息传递权限,可执行下面的代码:
call dbo.ml_qa_grant_messaging_permissions( 'user1' )