User dump trace file reached its maximum limit
452236May 28 2007 — edited May 28 2007The dump trace file has reached its max size limit as specified by max_dump_file_size paramater.I had to capture the events in that trace file.
So i had to set max_dump_file_size=unlimited and had run some commands for setting the events like alter system set events'--------------------';
but that trace dump file is not getting updated even after setting the parameter max_dump_file_size=unlimited.i tried
renaming/removing the previous trace file but new file was also not created.
Can you pls let me know how do i capture the events.I am capturing the events for ora-600 erros which happens abruptly and error cannot be reproduced at will.Please let me know..thanks