[oratest@apps1 bin]$ perl adcfgclone.pl dbTier
Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications Rapid Clone
Version 12.0.0
adcfgclone Version 120.20.12000000.11
Enter the APPS password :
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for cc... found - /usr/bin/cc
Checking for ar... found - /usr/bin/ar
Checking for ksh...
Unable to find PD KSH version.
Unable to locate all utilities with system path.
PATH = /u02/oratest/TEST/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oratest/bin
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
SOLUTION(as per metalink document id 451994.1)
To get this failure fixed execute following steps :
1. Download and apply
Patch 5972212 - 'ADCHKUTL.SH FAILS IN SLES 10 DUE TO PDKSH REQUIREMENT'
This Patch is available for Release 11i and R12.0.x - it brings the script 'adchkutl.sh' in Release 115.6, which no longer checks for 'pdksh'.
Following Workaround can be used as an immediate fix :
1. Before starting the adcfgclone.pl script set in your Environment the KSH_VERSION. The following is applicable to the Linux Red Hat 5 platform :
export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2'
2. Execute 'perl adcfgclone.pl dbTier' and it should now run successfully.
No comments:
Post a Comment