Issue :
bash-3.2$ perl adcfgclone.pl dbTechStack
Copyright (c) 2011 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adcfgclone Version 120.63.12020000.7.1202010.2
Enter the APPS password :
Checking for make...
Unable to locate 'make' utility in path
Checking for ld...
Unable to locate 'ld' utility in path
Checking for ar...
Unable to locate 'ar' utility in path
Unable to locate all utilities with system path.
PATH = /d01/oraclone/UAT/11.2.0/appsutil/clone/bin/../jre/bin:/usr/bin:/bin
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
Fix :
export PATH=/usr/ccs/bin:$PATH
Through this blog i will be sharing the issues which i encountered in my day to day tasks. Please feel free to write to mailmesikky@gmail.com if you stuck at something. I will help as much as i can.
Search This Blog
Wednesday, November 16, 2016
Tuesday, November 8, 2016
Could not chdir to home directory /home/btbs: No such file or directory
Error :
Could not chdir to home directory /home/btbs: No such file or directory
Could not chdir to home directory /home/btbs: No such file or directory
Fix :
This error is due to home path is set incorrectly in passwd file. Please do the below :
create home directory for user /export/home/username (Its for solaris). You can create /home or /export/home depends on your configuration.
cat /etc/passwd
Pleae check the home path for user.
btbs:x:101:1::/home/username/bin/sh
Update your actual home path as below,
btbs:x:101:1::/export/home/username:/bin/sh
It fixed the issue.
Subscribe to:
Posts (Atom)
You cannot complete this task because one of the following events caused a loss of page data: A system failure has occurred "Front end is locked after 12.2 upgrade"
If you have upgraded to Oracle E-Business Suite 12.2.10 Release Update Pack from Oracle E-Business Suite 12.2.6 Release Update Pack (or ea...
-
Error : RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =...
-
Hello DBA's, Lemme just help with how to resolve the error : RMAN-00571: ===========================================================...
-
This post is to detail the required steps to upgrade Oracle E-Business Suite database from 12c to 19c for EBS Release 12.1.3. HIGH L...