Grid version: 11.2.0.3
Platform : Oracle Linux 6.3
If I manually name the following redo log file as shown below without depending on OMF
SQL> ALTER DATABASE ADD LOGFILE MEMBER '+RL_DG/orcl/onlinelog/redo3b.log' to group 3;
Database altered.
From ASMCMD> ls -l output , I can see another file being pointed to redo3b.log like
redo3a.log => +RL_DG/orcl/onlinelog/group_3.257.831130475
Which one is the ASM alias here ?
redo3a.log
or
+RL_DG/orcl/onlinelog/group_3.257.831130475 ?