Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • create PLAN_TABLE command. Oracle
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • To see mem usage and CPU usage system wide. Linux/Unix
  • sid_wise_sql.sql Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • Oracle Support Metalink ID 161818.1 Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • DBA_HIST_SQLSTAT contents Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • online_ts_bkup.sql Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • Debugging Shell FIles Linux/Unix
  • setting prompt display with .profile Linux/Unix
  • myfile Oracle

Query to Generate aggregate on every 30 mins.

Posted on 09-Feb-2010 By Admin No Comments on Query to Generate aggregate on every 30 mins.

select to_char(first_time, ‘RRRRMMDDHH24’),

COUNT (CASE WHEN TO_NUMBER(TO_CHAR(FIRST_time, ‘MI’)) <= 30 THEN 1 ELSE NULL END) COUNT1,
COUNT (CASE WHEN TO_NUMBER(TO_CHAR(FIRST_time, ‘MI’)) > 30 THEN 1 ELSE NULL END) COUNT2

FROM V$LOG_HISTORY

GROUP BY to_char(first_time, ‘RRRRMMDDHH24’)

order by 1

/

TO_CHAR(FI COUNT1 COUNT2

———- ———- ———-

2010020906 3 1

2010020907 3 1

2010020908 3 1

2010020909 3 1

2010020910 3 1

2010020911 3 1

2010020912 3 1

2010020913 3 1

2010020914 3 1

2010020915 3 1

2010020916 4 2

TO_CHAR(FI COUNT1 COUNT2

———- ———- ———-

2010020917 3 1

2010020918 3 1

2010020919 1 0

Oracle, SQL scripts

Post navigation

Previous Post: Distributed Transaction Troubleshooting.
Next Post: Generating XML from SQLPLUS

Related Posts

  • Another export with Query Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • sql_doing_fts.sql Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • Goldengate document from Porus Oracle
  • Multiple listeners Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • ENQ: KO – FAST OBJECT CHECKPOINT tips Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • oracle_env_10g_CADEV Linux/Unix
  • newupload.html PHP/MYSQL/Wordpress
  • standard Monitoring – 1 Oracle
  • sqlnet.ora paramters Oracle
  • Difference between SYNC and AFFIRM Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme