친구코드 등록하고 무료체험 하세요! 2W2XA6
http://blog.redjini.com/282
startTime ps -eo pid,lstart,cmd | grep -v 'grep' | grep {프로세스아이디, 프로세스명 등 유니크한 값} | awk '{print $5}' ex) ps -eo pid,lstart,cmd | grep -v 'grep' | grep bobobo.war | awk '{print $5}' runningTime ps -eo pid,etime,cmd | grep -v 'grep' | grep {프로세스아이디, 프로세스명 등 유니크한 값} | awk '{print $2}' ex) ps -eo pid,etime,cmd | grep -v 'grep' | grep bobobo.war | awk '{print $2}'
cmd> lsnrctl status TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener 64-bit Windows Error: 2: No such file or directory Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=User)(PORT=1521))) TNS-12545: Connect failed because target host or object does not exist TNS-12560: TNS:protocol adapter error TNS-00515: Connect failed because target host or object..