Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • UTL_FILE test program Oracle
  • CPU speed on solaris Linux/Unix
  • currwait.sql Oracle
  • Unix split command to split files Linux/Unix
  • create database syntax Oracle
  • Implementing Listener Security Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • Find All internal Parameters Oracle
  • Parallel DML Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • Oracle 11g Environment Setup Oracle
  • Find_planinfo.sql Oracle
  • Drop database in Oracle 10g Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) 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

  • fuser to check who is using diretory Linux/Unix
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • How to remove blank lines using vi editor command Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • to see when crontab is changed. Linux/Unix
  • Space padding in korn shell 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
  • temp_use.sql diplays usage of temp ts Oracle
  • V$ROLLSTAT status is Full Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Error Handling in Proc Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • Good Site for Oracle Internals Oracle
  • Mutating Table Error while using database trigger Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme