I played around with the sqlx named.go file for bulk insert into oracle. However, (this is crude) it produces the desired sql script output with named parameters. I am still running it problems where ...
ORA-00933 when attempting to run INSERT .. SELECT via ojdbc's Connection.prepareStatement(String, String[]) for stored client side computed columns #13476 ...