R12 FORM compilation error with ORA-12154: TNS:could not resolve the connect identifier specified

$ cd $AU_TOP/forms/US
$ frmcmp_batch.sh module=$AU_TOP/forms/US/$1.fmb userid=APPS/APPS output_file=$PER_TOP/forms/US/$1.fmx module_type=form batch=NO compile_all=special

Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)

Forms 10.1 (Form Compiler): Release - Production

Copyright (c) 1982, 2005, Oracle. All rights reserved.

PL/SQL Version 10.1.0.5.0 (Production)
Oracle Procedure Builder V10.1.2.0.2 - Production
Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
Oracle Multimedia Version 10.1.2.0.2 (Production)
Oracle Tools Integration Version 10.1.2.0.2 (Production)
Oracle Tools Common Area Version 10.1.2.0.2
Oracle CORE 10.1.0.5.0 Production
ORA-12154: TNS:could not resolve the connect identifier specified

Solution:
Apply patch 5456500

Workaround:

REPLACE:
TNS_ADMIN=$ORACLE_HOME/network/admin
export TNS_ADMIN

WITH:
TNS_ADMIN=${TNS_ADMIN:-$ORACLE_HOME/network/admin}
export TNS_ADMIN
#TWO_TASK=<your database connect string>; export TWO_TASK
#ORACLE_SID=< ORACLE SID >; export ORACLE_SID

in the following files($ORACLE_HOME/bin):
frmbld.sh
frmcmp.sh
frmcmp_batch.sh
frmplsqlconv.sh

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值