
Originally Posted by
sio
Hi
One set of the redo-log files are physically there but empty. Both sets of redo-logs have the same permissions and one set are getting written to and one are not. Not sure why. Can anyone help me get both sets of redo-logs used.
how do you know one set of redo logs are empty? I am sure you haven't open them in editor to see what is there in side.
There might be less or no activity going on in your DB.
Follow the below steps.
1. select group#,members,status from v$log; - post the output of this command
2. alter system switch logfile;
3. select group#,members,status from v$log; - post the output of this command
Thanks,
Last edited by vnktummala; 02-15-2011 at 04:26 AM.
Vijay Tummala
Try hard to get what you like OR you will be forced to like what you get.