execute_params = [] # stmt = "insert into get_item_log_08_18 values (%s, %d, %d, %d, %s, %d, %d, %d, %d, %s, %d, %d, %d, %s, %d, %d, %d, %s, %d, %d, %d)" stmt ...
Include a runnable Python script that shows the problem. Include all SQL needed to create the database schema. import csv import pandas as panda import cx_Oracle as ...
私の場合、インサートするレコード数を分割(約20,000レコード → 5,000レコード単位で分割)することで、エラーは出なくなりました。 この記事で使用したソフトウェアのバージョンを記載しておきます。 Python の mysql-connector-python で20,000レコードほどの ...