Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Sometimes during prepare or apply phase of ADOP, some error occurs and you wants to Restart the ADOP session.
Perform following steps.:
$adop phase=abort
Enter the APPS password:
Enter the SYSTEM password:
Enter the WLSADMIN password:
Please wait. Validating credentials…
.
.
.
.
.
.
.
.
adop phase=abort – Completed Successfully
Log file: /u01/appltest/fs_ne/EBSapps/log/adop/40/adop_20141257_01987.log
adop exiting with status = 0 (Success)
$
Log files are useful in troubleshooting issues in Oracle Applications. Below is the given list of Log file location in Oracle Applications for Startup/Shutdown, Cloning, Patching, DataBase & Apps Listener and various components in ORACLE Apps R12/11i:
Instance Top is new TOP added in R12
Startup/Shutdown error message text files like adapcctl.txt, adcmctl.txt…
Startup/Shutdown error message related to tech stack (10.1.2, 10.1.3 forms/reports/web)
Preclone log files in source instance
Database Tier
Application Tier
Clone log files in target instance
Database Tier
Apps Tier
Application Tier adpatch log
Developer (Developer/Forms & Reports 10.1.2) Patch
Web Server (Apache) patch
Database Tier opatch log
Database Tier Autoconfig log :
Application Tier Autoconfig log –
Autoconfig context file location in R12 –
ld.so: object ‘/lib/libcwait.so’ from /etc/ld.so.preload cannot be preloaded: ignored.
Changes
Check compat-libcwait-2.1-1.i386.rpm was installed if yes
1- Move the “libcwait.so” library from “/usr/lib” to “/lib”.
2. Modify the path given in the file “/etc/ld.so.preload” to point to the new location.
3- Download and Install compat-libcwait-2.1-2 of 64 bit with Root user.
NOTE: Download from compat-libcwait-2.1-2
$ 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
$
1. Check the linkxlC path in Linux by typing below command.
/usr/oracle/bin/linkxlC
2.Export Path for linkxlC
3. Run adcfgclone again:
All Rights Reserved