laptop and a wrench

Error

arcsde_database_startup.sql execution causes post-installation to fail with ORA-12704 when start_token characterset conflicts with expected NVARCHAR2.

Última publicación: August 25, 2014 ArcSDE/Enterprise Geodatabase
Número de ID del error NIM062872
EnviadoNovember 17, 2010
Última modificaciónApril 2, 2025
Relacionado conArcSDE/Enterprise Geodatabase
Versión encontrada10.0
Sistema operativoWindows OS
Versión de sistema operativo2008 64 Bit
Versión corregidaN/A
EstadoFixed

Solución alternativa

Drop the trigger the arcsde_database_startup.sql script creates (drop trigger sys.arcsde_database_startup;) and run sdesetup -o install.If the logic within the script was executed outside of the trigger the pipes will persist within the instance until the database instance is restarted or the pipes are removed via a script such as:DECLARE l_result INTEGER;BEGIN -- Explicit public pipe. l_result := DBMS_PIPE.remove_pipe(pipename => 'ARCSDE_STARTUPPIPE'); -- Explicit private pipe. l_result := DBMS_PIPE.remove_pipe(pipename => 'ARCSDE_STARTUPCONFIRMPIPE');END;/

Pasos para reproducir

ID del error: NIM062872

Software:

  • ArcSDE/Enterprise Geodatabase

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga