Database Administration (MOSC)

MOSC Banner

Remove elderly Oracle trace, core and dump files (Oracle RAC DB 12c)

edited Mar 23, 2016 5:02AM in Database Administration (MOSC) 6 commentsAnswered

Hi Folks,

Oracle Cluster RAC Database: 12c (NODE1: PROD1 & NODE2: PROD2) 

Problem Description

---------------------------------------------------

/u01 mount point are showing 80% full stroage space,  I want to remove / drop older trace, core and dump files

Needed step by step processes to apply to production environment. 

example:

root> find $/$ORACLE_HOME/bdump/*.trc -mtime +30 -exec rm {} \;

If I delete trace, core and dump files, its effected in cluster environment both nodes.

Nodes: Information:

Node1: PROD1

root@db-oracle-node1 u01]# du -h | grep 'diag'| grep 'crs'|grep 'G' | more

1.9G ./grid/app/oracle/diag/crs/db-oracle-node1/crs/incident

2.5G ./grid/app/oracle/diag/crs/db-oracle-node1/crs/trace

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center