[obiee@PTUD-VM01-2 ~]$ cat .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
#JAVA_HOME
export JAVA_HOME=/u01/obiee/setup/jdk
export PATH=$JAVA_HOME/bin:$PATH...
Category
- APEX 5.0.3 ( 1 )
- Applications Manager ( 4 )
- BI Publisher ( 12 )
- Enterprise Manager Cloud 12c ( 2 )
- Identity Management ( 12 )
- Java ( 4 )
- MySQL ( 7 )
- OCDM ( 3 )
- OPAM ( 2 )
- Oracle ( 28 )
- P6 EPPM ( 13 )
- PeopleSoft ( 2 )
- Php ( 2 )
- Redhat ( 22 )
- Timesten ( 3 )
- WCCC ( 8 )
- windows ( 1 )
- yii framework ( 1 )
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Tuesday, December 1, 2015
Saturday, August 22, 2015
Monitoring memory and CPU using JVisualVM

[oracle@App1 ~]$ export JAVA_HOME=/u01/app/software/jdk/
[oracle@App1 ~]$ cd $JAVA_HOME/bin
[oracle@App1 bin]$ ls
appletviewer javac jconsole jps native2ascii serialver
apt ...
Thursday, August 6, 2015
How to upgrade java version
[omss@ptud ~]$ java -version
java version "1.7.0_65"
[root@ptud omss]# ln -s -v /home/omss/jdk/bin/java /usr/bin/java
`/usr/bin/java' -> `/home/omss/jdk/bin/java'
[root@ptud omss]# ln -s -v /home/omss/jdk/bin/javac /usr/bin/javac
ln: creating symbolic link `/usr/bin/javac': File exists
[root@ptud omss]# rm -fr /usr/bin/javac
[root@ptud omss]# ln -s -v /home/omss/jdk/bin/javac...
Thursday, June 25, 2015
java.lang.OutOfMemoryError: PermGen space
On 64 bit platforms, the MaxPermSize should be set to 512M. Before launching the Installer, you can set the MaxPermSize in the environment as follows:
export _JAVA_OPTIONS=-XX:MaxPermSize=512m
If the MaxPermSize is not set to 512M, you will see the following error message:
java.lang.OutOfMemoryError: PermGen spa...
Subscribe to:
Posts (Atom)
- Weekly
- Recent
- Comment
Weekly
-
Step 1: Set JAVA environment for PENTAHO My...
-
Step 1: Create tablespace create tablespace...
-
Source Server Target ...
-
Step 1 : Setup the RREG utility ...