How to disable redo log multiplexed member
I am working with oracle 11g 11.2.0.3 and i have my redologs multiplexed like this
1 1 ONLINE +DATA/bdjde/onlinelog/group_1.281.815305363 NO
2 1 ONLINE +FRA/bdjde/onlinelog/group_1.260.815305365 YES
but the +FRA is located on an array with RAID 5 and i am experiencing high log file sync waits everytime a dml is issued on my database and the recomendation from oracle is that this redologs not to be stored on a storage configured with RAID 5
So i would like to disable the automatic creation of redologs on this second location and have them only created on the DATA diskgroup.
If anyone could explain how i might acomplish this i will appreciate it.