我们使用accountadmin创建了许多共享。
现在我们已将“创建共享”授予sysadmin,如何在不删除的情况下将先前共享的所有权更改为sysadmin并重新创建共享?
答案 0 :(得分:1)
我目前认为
The ACCOUNTADMIN role has the privileges to create a share.
You can also grant CREATE SHARE and IMPORT SHARE to other roles, enabling the tasks to be delegated to other users in the account. For more information, see Enabling non-ACCOUNTADMIN Roles to Perform Data Sharing Tasks.
共享的所有权也不能转让给另一个角色
Ownership of a share, as well as the objects in the share, may be either through a direct grant to the role or inherited from a lower-level role in the role hierarchy. For more details, see Role Hierarchy and Privilege Inheritance.
Also, it’s possible for the same role to own a share and the objects in the share.
唯一的选择是删除并重新创建共享