Login  Register

Re: Filling up of Filesystem /u01

Posted by ErmanArslansOracleBlog on Jan 18, 2018; 10:57am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Filling-up-of-Filesystem-u01-tp4977p4981.html

Find the  files that occupy most of the space and then create your action plan accordingly.

you can use "du" utility for identifying the big sized subdirectories.

/u01 means nothing. :)
I mean anyone can name any mount point as u01.
Anyways, most probably logs/debug files/core dumps and etc is your problem.  
But, you sould investigate..
Use Os tools to find the huge sized directory first.
In Linux you can use "du -sh".
This is a very generic question bytheway, but as I said you, investigate..