Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • DBMS_SQL for alter session. Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • setting prompt display with .profile Linux/Unix
  • Formatter Explain plan Output 1 Oracle
  • Import and export statements Oracle
  • GSQ.sql Oracle
  • Physical Standby switchover with session active Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • switchlogfile.sh Linux/Unix
  • Remove duplicate rows from table Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Good Link from metalink 1 Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, 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

  • to see when crontab is changed. Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Kernel Parameters for Solaris Linux/Unix
  • chk_space_SID.ksh 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
  • find_longsql.sql Oracle
  • Identical Dblink Issue… Oracle
  • kill all processes from specific user in solaris. Linux/Unix
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • chk_space_SID.ksh Linux/Unix
  • oracle 11g RAC on vmware Oracle
  • Rownum with Order by Oracle
  • Add new columns in dataframe Python/PySpark

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme