Are batch inserts supported in cx_oracle?
JP KrepsMay 12 2008 — edited May 13 2008Oracle's JDBC package provides for batch inserting to increase performance. I've used it in writing an ETL tool in Java. I would like to do the same in Python, but I can't find anything that mentions the same batch insert capability in cx_oracle. Any ideas?