/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

 

相关文章:

  • 2022-01-13
  • 2021-05-23
  • 2021-08-02
  • 2022-01-14
  • 2021-11-28
  • 2021-11-18
  • 2021-06-25
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2021-10-06
  • 2021-07-09
  • 2021-11-20
  • 2021-08-05
  • 2022-01-05
相关资源
相似解决方案