Error: Unable to load package pinfo_util : ORA-24344 : success with compilation error
文章编号 : 25897
软件: ArcSDE 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1
操作系统: N/A
软件: ArcSDE 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1
操作系统: N/A
1 个回复
易智瑞技术支持
赞同来自:
"Unable to load package pinfo_util, underlying DBMS error encountered.
ERROR in creating shared memory replacement stored procedures.
Error: -51
DBMS error code: 24344
ORA-24344: success with compilation error
Unable to start up shared memory, error -51.
If giomgr is up and running, shutdown and try again.
SDE release upgrade not completed(-51"
原因: SYS用户没有执行DBMS_LOCK and DBMS_PIPE to PUBLIC.
解决方法: 以SYS用户登录Sqlplus grant execute on DBMS_LOCK to public; grant execute on DBMS_PIPE to public;
创建时间:2003-10-22
最近更新: 2011-05-03
【原文链接】
http://support.esrichina.com.c ... .html
要回复问题请先登录或注册