anybody know how i can figure out how many archive logs i can generate in 1 day or 1 hr?
Printable View
anybody know how i can figure out how many archive logs i can generate in 1 day or 1 hr?
Do you want to count them, or find out how much throughput your system has?
v$log_history
I saw a script somebody had written which told me how many average archive logs were written for 1 day. thanks 4 ur help
you dont need a script fot that, it is recorded in control file therefore V$ views
Just check creation time for archive log files using shell commands.