MAX_DUMP_FILE_SIZE behaviour and trace file rotation
MAX_DUMP_FILE_SIZE puts a cap on trace file size and oracle stops writing to the specified trace files which reaches its max, but i have few concerns
once i clean this file oracle never starts back writing on the same trace.
is there a way i can get latest content of trace in case we hit any problem.
Is there a way to rotate trace files for oracle processes, so that i can keep the latest and delete the old.
once i clean this file oracle never starts back writing on the same trace.
is there a way i can get latest content of trace in case we hit any problem.
Is there a way to rotate trace files for oracle processes, so that i can keep the latest and delete the old.
0