Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • sess1.sql Oracle
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • Implementing Listener Security Oracle
  • Getting started with notebook Python/PySpark
  • Jai Shree Ram Oracle
  • create PLAN_TABLE command. Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • Implementing Listener Security Oracle
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • Sending email with file attachment. Linux/Unix
  • When to rebuld B-tree index Oracle
  • tab.sql Oracle
  • How to set Processes Parameter Oracle
  • Goldengate Tutorial Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix

find_idle_cpu.sql

Posted on 10-May-2008 By Admin No Comments on find_idle_cpu.sql

spool /export/home/oracle/scripts/idle_cpu.txt

set linesize 120

set pagesize 120

SELECT TO_CHAR (start_date, ‘DD-MON-RRRR:HH24:MI’) start_dt, user_cpu,

system_cpu, idle_cpu, wait_cpu

FROM stats$vmstat2

where idle_cpu<=30
and start_date>=(SYSDATE – 1/48) AND ROWNUM <2 ORDER BY start_date DESC;
spool off

Oracle, SQL scripts

Post navigation

Previous Post: perf_today.sql
Next Post: sql_plan9i.sql

Related Posts

  • configUOCIOTTO.ora Oracle
  • Index Range Scan Oracle
  • How to know current SID Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • sid_wise_sql.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Order by with ROWNUM Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Committing distributed transaction using commit force Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Sending email with file attachment. Linux/Unix
  • handling filenname with space Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme