[cx-oracle-users] executemanyprepared(...)
Brought to you by:
atuining
From: Orr, S. <so...@ri...> - 2004-04-30 16:41:25
|
I don't see a test case on the executemanyprepared() function. Can someone give me some sample code to demonstrate how to use this?=20 I need to develop a fast data insert routine for query result sets coming from the MySQLdb python module. I'm thinking about iterating through a MySQL result set (which is list of tuples), say 1,000 or 10,000 rows at a time, followed by mass inserts of those rows into Oracle committing every 1,000 or 10,000 rows.=20 Other suggestions? TIA !!! Steve Orr |