H Rupert,
>> is it still important now?
Yes! You never want a single point of failure, even with a mirrored ASM file . . I have clients that triple mirror all data files!
There are no "rules" that says you cannot multiplex "vanilla" redo logs, and manually place them on physical disk spindles that also contain ASM files!
****************************************
>> I've always created an extra (very small) diskgroup, called +ONLINE where I keep multiplexed copies of the redo logs and control files.
That's fine. Oracle says it's OK to multiplex redo logs in ASM:
http://dba-oracle.com/googlesearchsite_pro...exing+redo+logsOf course, one drawback is that ASM is raw, and ASM redo log files are NOT on OS JFS filesystems.
Good Luck!