Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • age_alert.ksh aging out alert.log Linux/Unix
  • good linux notes Linux/Unix
  • Sort with ASCII order and Numeric Order Linux/Unix
  • ext#.sql Oracle
  • Drop tempfiles from database Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • Default User Profile Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • currwait.sql Oracle
  • Optimizer_Index init.ora parameter explaination. Oracle
  • send attachment from unix-shell script Linux/Unix
  • All About Trace Fils Oracle
  • Goldengate document from Porus Oracle
  • changing kernel parameter in Oracle Enterpise Linux 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

  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • Small sample shell program Linux/Unix
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • Space padding in korn shell Linux/Unix
  • Zip and unzip with tar 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)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • load SPM baseline from cursor cache Oracle
  • Find all users who have DML privileges Oracle
  • Jai Shree Ram Oracle
  • Recovering lost SYS password Oracle
  • cur_sql.sql Oracle
  • v$event_name Oracle
  • chk_space_SID.ksh Linux/Unix
  • SQL_PLAN.sql for checking real execution plan Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme