laptop and a wrench

Error

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

Última publicación: August 30, 2016 ArcGIS for Desktop
Número de ID del error BUG-000098698
EnviadoAugust 17, 2016
Última modificaciónJanuary 27, 2021
Relacionado conArcGIS for Desktop
Versión encontrada10.4.1
Plataforma del servidorWindows
Plataforma cliente10
Version Fixed10.5.0
EstadoFixed

Solución alternativa

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>;

Pasos para reproducir

ID del error: BUG-000098698

Software:

  • ArcGIS for Desktop

Obtener ayuda de expertos en ArcGIS

Contactar con soporte técnico

Descargar la aplicación de soporte de Esri

Ir a las opciones de descarga

Descubrir más sobre este tema