管理账户 URLs¶
When an account is renamed or has its organization modified, it is assigned a new account URL that is used to connect to the account. Whether users can continue to use the original URL to access the account depends on how the account changed and choices made when it changed:
- Renamed account:
当组织管理员重命名账户时,默认情况下会保存原始账户 URL,以便用户可以继续使用其访问该账户。保存后,用户可以继续使用原始 URL,无时间限制。
重命名账户时,管理员可以更改默认设置,从而删除原始 URL,阻止用户使用其访问该账户。
If the original URL was saved, but now you want to delete it, see 删除重命名的账户的账户 URL.
- Modified organization:
当 Snowflake 支持部门修改账户组织时,他们可以保存或删除原始账户 URL。保存后,原始 URL 被称为“旧组织 URL”。该 URL 可在 90 天内用于访问该账户,之后该 URL 将被删除。
If the original URL was saved but you want to delete it before the 90 days expires, see 删除组织 URL.
删除重命名的账户的账户 URL¶
As the organization administrator, you can use Snowsight or SQL to delete an old account URL that was saved when the account was renamed:
- Snowsight:
- In the navigation menu, select Admin » Accounts.
- Find the active account, and select … » Manage Urls.
- In the Previous Account URL section, select Delete URL.
- Select Delete.
- SQL:
Execute the ALTER ACCOUNT … DROP OLD URL command. For example, to drop the original account URL for an account that was renamed, execute:
删除组织 URL¶
“旧组织 URL”是指组织发生以下任一变化的账户的原始账户 URL:
- 组织进行了重命名。
- 组织与另一个组织合并。
- 账户从一个组织转移到另一个组织。
如果在这些事件中保存了原始账户 URL,用户可以继续在 90 天内使用原始 URL,之后该 URL 将被删除。
As the organization administrator, you can use Snowsight or SQL to delete the account URL before the 90 days expire:
- Snowsight:
- In the navigation menu, select Admin » Accounts.
- Find the active account, and select … » Manage Urls.
- In the Previous Organization URL section, select Delete URL.
- Select Delete.
- SQL:
Execute the ALTER ACCOUNT … DROP OLD ORGANIZATION URL command for the account.
例如,要弃用组织已被修改的账户 URL,请执行以下命令: