Show all Server processes
ps -ef |grep oracledcpdb1 --here, dcpdb1 is instance name
Total count of server processes
ps -ef |grep oracledcpdb1 |grep -v grep |wc -l ---here, dcpdb1 is instance name
Show background processes
ps -ef |grep dcpdb1 --here, dcpdb1 is instance name
No comments:
Post a Comment