laptop and a wrench

不具合

The library definition in the Oracle data dictionary must be updated with the correct library path to the file containing st_shapelib. Altering the definition of the library path will invalidate package bodies that refer to it, so the package.

最後に公開された状態: August 25, 2014 ArcSDE/Enterprise Geodatabase
不具合 ID 番号 NIM041283
送信されましたJanuary 7, 2009
最終更新日April 2, 2025
適用対象ArcSDE/Enterprise Geodatabase
見つかったバージョン9.3
オペレーティング システムWindows OS
オペレーティング システムのバージョン2003
修正されたバージョン9.4
ステータスFixed

対処法

To fix the problem, update the library path in SQL*Plus, as the SDE user, by setting the file directory to the location where the st_shapelib.dll resides. SQL> CREATE OR REPLACE LIBRARY st_shapelib 2 AS 'C:\Program Files\ESRI\ArcSDE\ora11gexe\bin\st_shapelib.dll'; 3 /Library created.Creating the library causes dependent objects to become invalid. Oracle best practices recommend all objects should be compiled and valid. To ensure all objects are valid in the SDE schema, execute the following command as the SDE user: EXECUTE sys.utl_recomp.recomp_serial('SDE');PL/SQL procedure successfully completed.Verify all objects are valid. SQL> SELECT object_name FROM user_objects WHERE status = 'INVALID';no rows selected

再現の手順

不具合 ID: NIM041283

ソフトウェア:

  • ArcSDE/Enterprise Geodatabase

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

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

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

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

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

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

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