Open suganyp07 opened 5 years ago
Are there any configurations available to update records in ORACLE DB?
From the README, activerecord-import is not supported. https://github.com/zdennis/activerecord-import/#duplicate-key-update So hard to support upsert for Oracle in this plugin for now. I'm not sure AR 6's batch import supports upsert or not.
I am using this plugin, Oracle instant client, ruby-oci8 and activerecord-oracle_enhanced-adapter. Below is the configuration used:
In 'reg_as_data' table, 'tn' is the primary key. With this setup, records are inserted into the table. However, when the same 'tn' sends updated data, the record is not getting updated. Error details given below for reference.
Are there any configurations available to update records in ORACLE DB? Thank you.