-
Recent Posts
- How to install Telnet on linux 8.10
- Error : 400 Bad Request, Request Header Or Cookie Too Large while downloading EBS 12.2 Forms 10.1.2 Patch on the frustrating and irritating newer Oracle MOS Support Interface.
- How to resolve piled-up Pending Concurrent Requests in Output Post Processor (OPP) and Standard Manager in Oracle EBS 12.2
- Fixing ORA-12514: Listener Does Not Know of Service (Oracle EBS CDB/PDB)
- Attention: New Oracle Learners – How to Raise a Service Request (SR) specifically for Oracle E-Business Suite in My Oracle Support (MOS) Dec-2025 New Interface Release.
Total Visitor 📈📈







Visit Today : 43
Visit Yesterday : 34
This Month : 289
This Year : 2389
Total Visit : 9785
Hits Today : 69
Total Hits : 12852
Who's Online : 2-
Recent Comments
No comments to show. -
Categories
Author Archives: syedraheeldba.com
Check existing Weblogic patches in EBS 12.2 that are already applied to your existing EBS App Server
Follow below Steps: export ORACLE_HOME=$FMW_HOME cd $FMW_HOME/utils/bsu./bsu.sh -prod_dir=$ORACLE_HOME/wlserver_10.3 -status=applied -view [appl8000@demo12 bsu]$ ./bsu.sh -prod_dir=$ORACLE_HOME/wlserver_10.3 -status=applied -viewProductName: WebLogic ServerProductVersion: 10.3 MP6Components: WebLogic Server/Core Application Server,WebLogic Server/Administration Console,WebLogic Server/Configuration Wizard andUpgrade Framework,WebLogic Server/Web 2.0 HTTP Pub-Sub Server,WebLogic Server/WebLogic SCA,WebLogic Server/WebLogic JDBCDrivers,WebLogic Server/Third … Continue reading
Posted in Uncategorised
Leave a comment
EBS 12.2 Application Tier Cloning on DMZ/Secondary App Node error out with Insufficient space in /tmp mount point
ERROR:[root@isupplier tmp]# cat /u01/8052/ebiz8052/fs2/inst/apps/ERPPROD_isupplier/admin/log/clone/fmwT2PApply/CLONE2017-01-18_02-03-38AM.errorSEVERE : Jan 18, 2017 2:06:23 AM – ERROR – CLONE-20275 Insufficient space to create /tmp/CLONINGCLIENT-6554959005609214176.SEVERE : Jan 18, 2017 2:06:23 AM – CAUSE – CLONE-20275 Minimum required space was at least “2,339” MB, but only “2,101” … Continue reading
Posted in Uncategorised
Leave a comment
java.lang.OutOfMemoryError: GC overhead limit exceeded error while applying Weblogic Patch
ISSUE:[oracle@dev bsu]$ sh bsu.sh -prod_dir=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/oradb01/apps/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=DI8E -verbose -install >> Apply_WLS_DI8E_1.log Exception in thread “main” java.lang.OutOfMemoryError: GC overhead limit exceeded at com.bea.cie.common.dao.xbean.XBeanDataHandler.getValueFromObject(XBeanDataHandler.java:598)[oracle@dev bsu]$ CAUSE:bsu.sh MEM_ARGS needs to be increased or cache_dir folder to be cleaned up. SOLUTION OPTION 1: Edit … Continue reading
Posted in Uncategorised
Leave a comment
How to Clone Oracle EBS 12.2.10 & 19c Database
Cloning Database : 19c & Application : EBS 12.2.10 Oracle Linux 7.9 ORACLE MOS DOC. REFERENCE: Cloning Oracle E-Business Suite Release 12.2 with Multitenant Database using Rapid Clone (Doc ID 2552208.1) NOTE: This blog is only applicable for ( Non … Continue reading
Posted in Uncategorised
Leave a comment
TMUX background session usage and benefits in RedHat Linux 8
Executing screen command in Linux 8 gives error:bash: screen: command not foundThis is because: From Linux 8.x onwards screen has been deprecated and tmux has been introduced.Execute Un-Interrupted Red Hat Linux 8 Sessions (Remotely in the Background) using TMUX (Replacement … Continue reading
Posted in Uncategorised
Leave a comment
Oracle EBS 12.2.14: Upgrade JDK to the Latest Java on the Application Tier
JAVA UPGRADE STEPS : NOTE: JDK 7 has reached Sustaining Support at the end of July 2022. However with Oracle EBS only JDK 7 is certified and supported untill the time of posting this blog To Upgrade JDK : Via … Continue reading
Posted in Uncategorised
Leave a comment
Here’s how to solve: Error on perl txkCfgUtlfileDir.pl on getUtlFileDir afer restoraion of 19c Database
ERROR on perl txkCfgUtlfileDir.pl on getUtlFileDir when 19c EBS Database backup has been restored [orauat@ebsdbuat dbs]$ su – orauatPassword:[orauat@ebsdbuat ~]$ cat envPRECDB.env. /do2/8010_uat_db/db/19.0.0/PRECDB_ebsdbuat.env[orauat@ebsdbuat ~]$ . /do2/8010_uat_db/db/19.0.0/PREUPG_ebsdbuat.env[orauat@ebsdbuat ~]$ cd /do2/8010_uat_db/db/19.0.0/appsutil/bin[orauat@ebsdbuat bin]$ [orauat@ebsdbuat bin]$ perl txkCfgUtlfileDir.pl -contextfile=/do2/8010_uat_db/db/19.0.0/appsutil/PREUPG_ebsdbuat.xml -oraclehome=/do2/8010_uat_db/db/19.0.0 -outdir=/do2/8010_uat_db/db/19.0.0/appsutil/log -mode=getUtlFileDirEnter the APPS … Continue reading
Posted in Uncategorised
Leave a comment
ORA-28000 – the account is locked in the Active Standby Database
ORA-28000, the account was unlocked in the primary database, but still locked in the Active Standby Database. Situation: The primary database is configured with Dataguard is returning an error ORA-28000, “the account is locked,” when the user tries to log … Continue reading
Posted in Uncategorised
Leave a comment
EBS 12.2 adcfgclone appsTier gives error: libnsl.so.1: cannot open shared object file: No such file or directory
ISSUE: /u01/ebs/fs1/EBSapps/10.1.2/bin/sqlplus: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory While running adcfgclone appsTier single fs on EBS 12.2.10 FATAL ERROR PROGRAM : (/u01/ebs/fs1/EBSapps/appl/fnd/12.0.0/patch/115/bin/txkManageDBConnectionPool.pl) TIME : Sun Nov 10 15:26:51 2024 FUNCTION: … Continue reading
Posted in Uncategorised
Leave a comment
How to Verify Oracle Data Guard Sync Status
Verify whether your Primary Oracle Database is in sync with the Standby Database in a Data Guard configuration. Solution: To ensure synchronization, you need to check the Managed Recovery Process (MRP) and query relevant views that provide real-time status and … Continue reading
Posted in Uncategorised
Leave a comment