Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

/oracle file system keeps growing

user632098May 16 2013 — edited May 16 2013
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2013
Added on May 16 2013
4 comments
611 views