adcfgclone failed with no linkxlc error

adcfgclone.pl failed in the application tier with no linkxlc error as follows,

no linkxlC in BASE_PATH/apps/apps_st/comn/clone/bin/../jre/bin /usr/bin /etc /usr/sbin /usr/ucb /home/oracle/bin /usr/bin/X11 /sbin .

Solution:

  1. Check if linkxlC  is installed in your machine, if not get it installed.
  2. Check the linkxlC path,
    $ which linkxlC
  3. Export Path for linkxlC
    $ export PATH=/usr/oracle/bin:$PATH
  4. Run adcfgclone again

 

 

Recent Posts