laptop and a wrench

Bug

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

Zuletzt veröffentlicht: August 25, 2014 ArcSDE/Enterprise Geodatabase
Bug-ID-Nummer NIM062872
EingereichtNovember 17, 2010
Zuletzt geändertApril 2, 2025
Gilt fürArcSDE/Enterprise Geodatabase
Gefunden in Version10.0
BetriebssystemWindows OS
Betriebssystemversion2008 64 Bit
Behoben in VersionN/A
StatusFixed

Workaround

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

Schritte zur Reproduzierung

Bug-ID: NIM062872

Software:

  • ArcSDE/Enterprise Geodatabase

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln