Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • All About Trace Fils Oracle
  • EXTPROC Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • move_arch_files.ksh Linux/Unix
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • handling filenname with space Linux/Unix
  • Handling LOB data in Oracle Oracle
  • cp_filesystem.sql Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • Find nth max and min. Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) 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

  • Space padding in korn shell Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • fuser to check who is using diretory Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Process Map for CPU and Memory for OS processes 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 (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
  • find the files that are 1 day old. Linux/Unix
  • database trigger failing Oracle
  • dbinv.sql Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • Parallel DML Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme