hostname high cpu usage investigation:
oracle@PRD:hostname:hostname:(54) /home/oracle
$ ps -eo pcpu,pid,user,args --sort=-pcpu | head -n 11
%CPU PID USER COMMAND
62.7 131071 oracle ora_j001_hostname
11.9 192558 oracle oraclehostname (LOCAL=NO)
10.0 193835 oracle oraclehostname (LOCAL=NO)
8.0 245093 root s1-agent
5.8 184915 oracle oraclehostname (LOCAL=NO)
5.6 109801 oracle oraclehostname (LOCAL=NO)
5.1 184808 oracle oraclehostname (LOCAL=NO)
4.9 133171 oracle oraclehostname (LOCAL=NO)
4.8 133165 oracle oraclehostname (LOCAL=NO)
4.7 130391 oracle oraclehostname (LOCAL=NO)
SELECT s.sid, s.serial#, s.username, s.program, s.module, s.action
FROM v$session s, v$process p
WHERE s.paddr = p.addr
AND p.spid = '131071';
SELECT * FROM v$scheduler_running_jobs WHERE session_id = '2503';
SELECT sql_text
FROM v$sqltext
WHERE sql_id = (SELECT sql_id FROM v$session WHERE sid ='2503')
ORDER BY piece;
Saturday, April 11, 2026
hostname high cpu usage investigation:
Subscribe to:
Post Comments (Atom)
opatchauto
# Log in as root su - root # Execute opatchauto against the unzipped patch directory /u01/app/19.0.0/ grid /OPatch/opatchauto apply /tmp/pat...
-
Executing Result Cache flush and UTLRP Result Cache flush: generally result cache flush done on the database to flush the buffer to rem...
-
2. To delete all files with the exception of filename1 and filename2: $ rm -v !("filename1"|"filename2") *************...
No comments:
Post a Comment