ERROR
$ adcfgclone.pl dbTechStack
Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications Rapid Clone
Version 12.0.0
adcfgclone Version 120.31.12010000.8
Enter the APPS password :
no linkxlC in /u01/ebs/db/11.2.0/appsutil/clone/bin/../jre/bin /usr/bin /etc /usr/sbin /usr/ucb /home/oradev/bin /usr/bin/X11 /sbin /u01/ebs/db/11.2.0/bin .
Checking for make… found – /usr/bin/make
Checking for ld… found – /usr/bin/ld
Checking for linkxlC…
Unable to locate ‘linkxlC’ utility in path
Checking for ar… found – /usr/bin/ar
Unable to locate all utilities with system path.
PATH = /u01/ebs/db/11.2.0/appsutil/clone/bin/../jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oradev/bin:/usr/bin/X11:/sbin:/u01/ebs/db/11.2.0/bin:.
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
$
SOLUTION
1. Check the linkxlC path in Linux by typing below command.
- $ which linkxlC
/usr/oracle/bin/linkxlC
2.Export Path for linkxlC
- $ export PATH=/usr/oracle/bin:$PATH
3. Run adcfgclone again:
- $ adcfgclone.pl dbTechStack