Posts by Marimuthu Pandu

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

Node Manager associated with machine Admin server is not reachable

1)Check if Machine is configured in console against Node where Managed Server is running. 2) Check Node Manager IP and port number configured for that Machine. 3)Check firewall and antivirus …

Read More

How to take thread dumb in JVM

1)Verify java installed.   2) find the required process of PID sing below command can take thread dumb.   jstack -l <pid> >> threaddumps.log        

Read More