FRM-92101解决办法

时间:2014-06-05 19:51:06   收藏:0   阅读:496

/u02/UAT/inst/apps/UAT_newerp3/logs/ora/10.1.3/opmn/forms_default_group_1/

http://blog.csdn.net/orthon/article/details/7707067

 

Solution

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 


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

 

FRM-92101解决办法,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!