您的位置:首页 > 其它

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

2012-11-23 15:12 579 查看
$ 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐