Anuj Singh Oracle DBA
Wednesday, 20 April 2011
Oracle memory leak info
›
How to check if oracle instance is leaking memory Oracle memory leak info col name format a20 select sid, substr(name,1,30) name , value , ...
oracle start up shutdown script on linux / unix
›
Oracle start up automatic script Oracle start up shutdown script Oracle start up automatically at the time of boot Oracle Database start aut...
Tuesday, 19 April 2011
rpm info
›
Software Management with RPM Quick Tips rpm -qa -qi -ql -qf -V -ivh -Uvh -E
Unix Cron format
›
Cron format - crontab crontab -l 1. minute (from 0 to 59) 2. hour (from 0 to 23) 3. day of month (from 1 to 31) 4. month (from 1 to...
2 comments:
Monday, 18 April 2011
RMAN Backup Report for SCN for Recovery
›
oracle@novagenesis$ rman target / log=rmanbackupinfo.log RMAN> list backup ; RMAN> list backup; RMAN>exit; cat rmanbackupinfo.log...
unix kill all process
›
unix kill process awk kill hosea:~ # ps -ef | grep cron | awk '{print $2}'|wc -l 3342 kill -9 `ps -ef | grep cron |grep -v grep | ...
Tuesday, 12 April 2011
Oracle ldap clear entry Flush LDAP Cache
›
Flushing LDAP Cache information for group Flushing LDAP Cache information for passwd uid=7011(jtime76) gid=100(users) groups=100(users),6001...
‹
›
Home
View web version