laptop and a wrench

不具合

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

最後に公開された状態: August 25, 2014 ArcSDE/Enterprise Geodatabase
不具合 ID 番号 NIM062872
送信されましたNovember 17, 2010
最終更新日April 2, 2025
適用対象ArcSDE/Enterprise Geodatabase
見つかったバージョン10.0
オペレーティング システムWindows OS
オペレーティング システムのバージョン2008 64 Bit
修正されたバージョンN/A
ステータスFixed

対処法

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

再現の手順

不具合 ID: NIM062872

ソフトウェア:

  • ArcSDE/Enterprise Geodatabase

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動