It *might* yield some benefit, but it is likely to be in the order of maybe 1 or 2 percent at best. You could take a look at your 'log file parallel write' times and compare them with 'log file sync' to see what impact (and hence benefit) you might gain, but I expect you are going to be disappointed :-)
A couple of things you could explore
1) Using batch/noimmediate commits. See
https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/COMMIT.html 2) Try using SQL patch to add a hint to use the memoptimize option
Important!!! Both of these options head down the path of potential transaction loss in the event of an instance crash, so restartability/replayability becomes a critical component of your batch process