problem :
$ adadmin
-bash: adadmin: command not found
even you execute enviroment file.
how to solve :
put this in your .bash_profile
AD_TOP=/u01/CRP/apps/apps_st/appl/ad/12.0.0; export AD_TOP
APPL_TOP=/u01/CRP/apps/apps_st/appl/; export APPL_TOP
COMMON_TOP=/u01/CRP/apps/apps_st/comn; export COMMON_TOP
ORACLE_HOME=/u01/CRP/apps/tech_st/10.1.2; export ORACLE_HOME
IAS_ORACLE_HOME=/u01/CRP/apps/tech_st/10.1.3; export IAS_ORACLE_HOME
PATH=$PATH:$HOME/bin
export PATH
and then
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib/
now you can execute
$ adadmin
if you meet this error :
Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications AD Administration
Version 12.0.0
NOTE: You may not use this utility for custom development
unless you have written permission from Oracle Corporation.
AD Administration error: Unable to get value of ORACLE_SID or TWO_TASK.
AD Administration error:
Unable to get database name.
how to solve :
ORACLE_SID=CRP;export ORACLE_SID
and problem solve.
Thanks.
0 komentar:
Posting Komentar