Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • compile_inv.sql Oracle
  • Reading config file from other folder inside class Python/PySpark
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • move_arch_files.ksh Linux/Unix
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Kill a session dynanically using execute immediate Oracle
  • copying/removing directory with all its subdirectory Linux/Unix
  • Backup and Recovery Scenarios Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Add new columns in dataframe Python/PySpark
  • Sort with ASCII order and Numeric Order Linux/Unix
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • Generate SSH without password authentication. Linux/Unix
  • Looping for remote servers and find its database from oratab file. 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

  • Some useful Unix Commands Linux/Unix
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • kill all processes from specific user in solaris. Linux/Unix
  • nfs mount command Linux/Unix
  • Single character replacement in Unix 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • fkwoind.sql fkwoindex.sql Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • Jai Shree Ram Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme