Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • arch_configUOCIOTTO.ora Oracle
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • how to find OS block size Oracle
  • Good Site for Oracle Internals Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • RAC 11g with vmware Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • fkwoind.sql fkwoindex.sql Oracle
  • sql_plan9i.sql Oracle
  • Facts about SCN and Rollback Segment Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • find_longsql.sql 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

  • how to find OS block size Oracle
  • DBA_HIST_SQLSTAT contents Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • To see how much time or progress of long transaction Oracle
  • Privilege to describe the table. 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • GSQ.sql Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Multiple listeners Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • Error Handling in Proc Oracle
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • DBMS_SQL for alter session. Oracle
  • To see how much time or progress of long transaction Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme