/oracle file system keeps growing
I am on HP UNIX 11.23 using Oracle 11.1.0.7 . My file system is 16GB and it is 95% full and keeps growing. I am however unable to find which file(s) are causing this problem.
I use find command:
Find . –mtime -2 –size +100 –print
I find all files which were modified in last 2 days whose size is greater than 100K and I do not see any.
There are various .trc and .trm but they are only occupying 100M space (du –a).
Are there things other than files which Oracle is creating on these file systems and they cannot be found using find command.
If yes, how can I find them.