Adding and Multiplexing Redo Log groups on ODA
Hello ODA Community,
We have 2 legacy prod db's from which we are migrating their schemas via data pump into ODA.
Each of the these legacy dbs (11.2.0.3 and 11.1.0.6) have (10) redo log groups@1GB each
which are multiplexed via /fra and /data respectively.
In ODA we only have (4) redo log groups@1GB each and I'm not seeing the multiplex evidence.
Running this from either node, "select * from v$logfile order by 1; " , yields;
+REDO/prd11g03/onlinelog/group_1.256.820254285'
+REDO/prd11g03/onlinelog/group_2.257.820254287'
+REDO/prd11g03/onlinelog/group_3.258.820254693'
+REDO/prd11g03/onlinelog/group_4.259.820254697'
Questions:
1) Shouldn't I see the multiplexed paths too? ie something like;
We have 2 legacy prod db's from which we are migrating their schemas via data pump into ODA.
Each of the these legacy dbs (11.2.0.3 and 11.1.0.6) have (10) redo log groups@1GB each
which are multiplexed via /fra and /data respectively.
In ODA we only have (4) redo log groups@1GB each and I'm not seeing the multiplex evidence.
Running this from either node, "select * from v$logfile order by 1; " , yields;
+REDO/prd11g03/onlinelog/group_1.256.820254285'
+REDO/prd11g03/onlinelog/group_2.257.820254287'
+REDO/prd11g03/onlinelog/group_3.258.820254693'
+REDO/prd11g03/onlinelog/group_4.259.820254697'
Questions:
1) Shouldn't I see the multiplexed paths too? ie something like;
0