Hi All,
I am trying to accomplish following case with PLSQL. We have 3 redolog groups(1,2,3).we added new 3 more redolog group (4,5,6). I am trying to drop (1,2,3) redolog groups by first making them INACTIVE and drop. I can do this manually but since we are in need to build a script which can do for us.
Is it possible to drop inactive redo log group using plsql block OR Plsql cursor?
Please share any code if anyone has done this kind code . I don;t have much experience in PLSQL.
Thanks in advance.