# dmidecode --type 9 (Change number as per your requirement)Use above command to get all details.
Full details pls follow this linkDMIDECODEThis blog gives you the basic troubleshooting for oracle, Network,Firewall,Wordpress,Linux,cisco router ,Leased line,thin client,server,Windows OS,Open Office ,OpenNMS,squid etc
# dmidecode --type 9 (Change number as per your requirement)Use above command to get all details.
Full details pls follow this linkDMIDECODESET LINESIZE 100
COLUMN spid FORMAT A10
COLUMN username FORMAT A10
COLUMN program FORMAT A45
SELECT s.inst_id,
s.sid,
s.serial#,
p.spid,
s.username,
s.program
FROM gv$session s
JOIN gv$process p ON p.addr = s.paddr AND p.inst_id = s.inst_id
WHERE s.type != 'BACKGROUND';
ALTER SYSTEM KILL SESSION 'sid,serial#';
kill -9 spid
ps -ef | grep ora