Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Kill a session dynanically using execute immediate Oracle
  • Running select from V$ views from remote server Linux/Unix
  • To Find Orphan OS processes. Linux/Unix
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Histogram Overview Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • The most important Tuning Notes Oracle
  • Committing distributed transaction using commit force Oracle
  • dbinv.sql Oracle
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • To see how much time or progress of long transaction Oracle
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • process id based files and processes Linux/Unix
  • How to find where datafile is created dbf_info.sql Oracle
  • RAC 11g with vmware Oracle

purge_trc.sh

Posted on 02-Aug-2005 By Admin No Comments on purge_trc.sh

#!/bin/sh

. /oracle/oraprocs/oracle_env_10g_UAS

ORACLE_HOME=/oracle/app/oracle/product/10.1;export ORACLE_HOME

ORACLE_SID=UAS;export ORACLE_SID

find $UDUMP/*.trc -mtime +15 -exec rm {} ;

find $BDUMP/*.trc -mtime +15 -exec rm {} ;

find $CDUMP/*.trc -mtime +15 -exec rm {} ;

Linux/Unix, shell

Post navigation

Previous Post: cif crons
Next Post: rm_backup_arch_file.ksh

Related Posts

  • Guide to Linux System Command Mastery Linux/Unix
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • process id based files and processes Linux/Unix
  • age_alert.ksh aging out alert.log Linux/Unix
  • checking connectivity between two servers Linux/Unix

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
  • currwait.sql Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Remove duplicate rows from table Oracle
  • Jai Shree Ram Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • upload.html PHP/MYSQL/Wordpress
  • Rman Notes -1 Oracle
  • How to start CRS manually Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme