Posts by Marimuthu Pandu

Schema validation errors while parsing /Weblogic/Admin/config/config.xml

While starting weblogic aAdmin server getting error as below Schema validation errors while parsing /Weblogic/Oracle/Admin/config/config.xml – Expected elements ‘administration-protocol@http://xmlns.oracle.com/weblogic/domain wldf-system-resource   Solution: set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.configuration.schemaValidationEnabled=false

Read More

Script to see all lock objects

set term on; set lines 130; column sid_ser format a12 heading 'session,|serial#'; column username format a12 heading 'os user/|db user'; column process format a9 heading 'os|process'; column spid format a7…

Read More

DBA_HIST_SEG_STAT become invalid

Unpublished Base Bug 3603160 has been fixed in the patchset 10.2.0.3.0 For version 10.1.0.4 and version 10.1.0.5 oneoff patches exists for some platforms. Below is a list of available onoff…

Read More

Install oracle client via yum

CMD for Installation.   yum -y -q install oracle-instantclient18.3-basic.x86_64.

Read More

ORA-00000: normal, successful completion

check correct hostname and ip on /etc/hosts fie or check environment variables.

Read More

expdp throwing ORA-04031 (stream pool) error

increase the memory_max_size to resolve.

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