R12安装后Form服务默认是Serverlet模式,且禁用Socket模式;只要按如下基本简单改动即可改成Socket模式,并允许Socket模式。 1. Source the environment on the application tier. 2. Stop all the application tier services: $INST_TOP/admin/scripts/adstpall.sh 3. Run the following command to enable Forms Socket Mode: $FND_TOP/bin/txkrun.pl -... Read More