FRM-92101解决办法

/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

 

posted @ 2014-06-04 17:07  我不卖豆腐  阅读(648)  评论(0编辑  收藏  举报