EBS FRM-92101 问题解决

错误信息如下图所示:



解决方法:

1. In several customer instances, $ORACLE_HOME/lib32/ldflags was a symbolic link that pointed to a location that did not exist.  This was resolved by performing the following UNIX commands to point the $ORACLE_HOME/lib32/ldflags to the $ORACLE_HOME/lib/ldflags:


$ cd $ORACLE_HOME/lib32
$ rm ldflags
$ ln -s $ORACLE_HOME/lib/ldflags ldflags
 
2. Then, stop the web tier services (adopmnctl.sh stop) and relink the forms executable(s):


$ cd $ORACLE_HOME/forms/lib32/
$ make -f ins_forms.mk install


然后停掉应用服务,数据库清空节点信息执行adautocfg.sh,重启数据库,然后应用执行adautocfg.sh,启动应用

然后进行测试问题解决。



(笔者原创文章,转载请注明出处:https://blog.csdn.net/LFCuiYs)谢谢!

猜你喜欢

转载自blog.csdn.net/lfcuiys/article/details/80851602