Yearly Archives: 2021

ORA-10458 ,ORA-01196,ORA-01110

FAILURE IN PRIMARY DATABASE:  ORA-10458: standby database requires recovery ORA-01196: file 1 is inconsistent due to a failed media recovery session ORA-01110: data file 1: ‘/u01/app/oracle/oradata/prime/system01.dbf’ SQL> startup ORACLE instance…

Read More

rpmdb: Thread/process 4330/140521027696384 failed: Thread died in Berkeley DB library

Error: rpmdb: Thread/process 4330/140521027696384 failed: Thread died in Berkeley DB library YUM FAILED [root@ranesh yum.repos.d]# yum update rpmdb: Thread/process 4330/140521027696384 failed: Thread died in Berkeley DB library error: db3 error(-30974)…

Read More

adstrtal.sh: Database connection could not be established

adstrtal.sh: Database connection could not be established [applmgr@ranesh scripts]$ sh adstrtal.sh apps/oracle You are running adstrtal.sh version 120.24.12020000.6 Enter the WebLogic Server password: adstrtal.sh: Database connection could not be established. Either…

Read More

How to change apps& sysadmin password in R12.2

How to change apps& sysadmin password in R12.2 Important Note: These steps must be carried out on the run file system. Step 1. Shut down the application tier services using…

Read More

Find Application URL From Database and Context File in Oracle App R12.2

Find Application URL From Database and Context File in Oracle App R12.2 solution 1: SQL> select home_url from icx_parameters;   HOME_URL ——————————————————————————– http://document.subnet.vcn.oraclevcn.com:8000/OA_HTML/AppsLogin     solution 2:   [applmgr@document appl]$…

Read More

Error: libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

Error: libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory [root@ebs ~]# Exception in thread “main” java.lang.UnsatisfiedLinkError: /u01/ebs_12.2.0/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file…

Read More

War file not getting deployed in JBoss

Its look like newly copied war may not inheritable permission, add permission and check

Read More

JBoss 7 admin console stuck at loading

While starting standlone.bat add hostname of server or IP     standalone.bat -b 192.168.0.1 or hostname

Read More

JBAS015899: JBoss AS 7.1.1.Final “Brontes” starting

Java 8 wasn’t compatible with JBoss AS7 so I prefered to upgrade the JBoss version rather than downgrade the Java version

Read More

WebLogic Server 12.2 EM and Console Slow Response

Remove the below parameter in startup script   -Dweblogic.UseEnhancedIncrementAdvisor=false

Read More