laptop and a wrench

漏洞

Unable to authorize an expired enterprise geodatabase in Oracle if the geodatabase administrator password is about to expire.

上次发布: August 30, 2016 ArcGIS for Desktop
漏洞 ID 编号 BUG-000098698
已提交August 17, 2016
上次修改时间January 27, 2021
适用范围ArcGIS for Desktop
找到的版本10.4.1
服务器平台Windows
客户端平台10
Version Fixed10.5.0
状态Fixed

解决办法

Workaround 1: Change the geodatabase administrator (SDE) password through SQL*PLUS: Alter user SDE identified by <PASSWORD>; Workaround 2: To prevent this from reoccurring, set the profile to have an UNLIMITED PASSWORD_LIFE_TIME and UNLIMITED PASSWORD_GRACE_TIME in SQL*PLUS while connected as sys or system: SELECT PROFILE FROM dba_users WHERE username = 'SDE'; Use the profile returned from executing the above query in place of the <PROFILE> in the following queries: ALTER PROFILE <PROFILE> limit password_life_time UNLIMITED; ALTER PROFILE <PROFILE> limit password_grace_time UNLIMITED; ALTER USER <USER name> IDENTIFIED BY <password>;

重现步骤

漏洞 ID: BUG-000098698

软件:

  • ArcGIS for Desktop

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

发现关于本主题的更多内容