Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • plan10g.sql Oracle
  • find checksum of a file. Linux/Unix
  • Oracle 11g Environment Setup Oracle
  • Facts about SCN and Rollback Segment Oracle
  • proper cpu stats Linux/Unix
  • Python class import from different folders Python/PySpark
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Jai Shree Ram Oracle
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • Histogram Overview Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • Search and replace pattern Linux/Unix
  • Parallel DML Oracle
  • checking redhat linux version Linux/Unix

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

  • ipcs -l Linux/Unix
  • Small sample shell program Linux/Unix
  • Directory wise folder wise space usage Linux/Unix
  • find checksum of a file. Linux/Unix
  • More info about /proc folder and its relation with processes. Linux/Unix
  • Korn Shell Arithmatic 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
  • Implementing Listener Security Oracle
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • Running select from V$ views from remote server Linux/Unix
  • Good notes on Oracle Events Oracle
  • replace alphabets using sed Linux/Unix
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • Oracle Data Direct to TAPE Oracle
  • To see only files and/or folders using LS command Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme