Quick Assorted
Quick Hints & Answers For Common Issues
Sep 22, 2011
Oracle Database Grant
conn sys/oracle as sysdba;
create user dummy identified by dummy;
grant
ALL PRIVILEGES
to dummy;
Source:http://ss64.com/ora/grant.html
Sep 12, 2011
Java Plugin Install for Linux
Linux Firefox configuration
for
Java plugin
cd to firefox folder
(eg: cd /usr/lib/firefox-3.6)
create new folder called 'plugins' (eg: mkdir plugins, use sudo user if you don't have permissions)
cd plugins
create a symbolic link to java_home
/jre/lib/i386/libnpjp2.so (eg: ln -s /usr/java/jdk1.6.0_26/jre/lib/i386 or amd64/libnpjp2.so
restart/start the firefox. ...thats it :-)
Source: http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html
Sep 6, 2011
USER_MEM_ARGS
export USER_MEM_ARGS="-Xms512m -Xmx1596m -XX:PermSize=512m -XX:MaxPermSize=1024m"
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)