Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Oracle 11g Database creating .trc, .trm Files. Filling disk

  • 26-11-2012 10:40am
    #1
    Registered Users, Registered Users 2 Posts: 7,501 ✭✭✭


    I have setup a test Oracle 11g server to try and learn how to configure it and use it etc.

    After plenty of me messing around the database is now creating creating loads of .trc and .trm files in the trace directory which is filling up my disk space.

    Anyone know how to stop the database from creating these files?


Comments

  • Registered Users, Registered Users 2 Posts: 13,381 ✭✭✭✭Paulw


    Why would you want to stop these?

    trc and trm files are critical for diagnosing issues with the DB. They are used for fault finding.

    You can disable it by editing the listener.ora file. Google search is good for finding exactly how. Plenty of Oracle docs on it.


  • Moderators, Technology & Internet Moderators Posts: 11,017 Mod ✭✭✭✭yoyo




  • Registered Users, Registered Users 2 Posts: 23,212 ✭✭✭✭Tom Dunne


    I have setup a test Oracle 11g server to try and learn how to configure it and use it etc.

    After plenty of me messing around the database is now creating creating loads of .trc and .trm files in the trace directory which is filling up my disk space.

    Anyone know how to stop the database from creating these files?

    As Paulw says, these are automatically generated when something bad is happening. The only way to stop them is to fix the problem. Have a look in your alert.log for clues as to what is happening, the detail will be in the trace files.
    Paulw wrote: »
    Why would you want to stop these?

    trc and trm files are critical for diagnosing issues with the DB. They are used for fault finding.

    You can disable it by editing the listener.ora file. Google search is good for finding exactly how. Plenty of Oracle docs on it.

    I don't think that is correct, the listener.ora is purely for the listener, not for database issues. I think you may be referring to the pfile, which generally speaking, is not used any more.


Advertisement