Hi all,
We get quarterly updated CA county parcels fcs from a vendor. I am currently using python and insert da cursor to append all rows (it allows me to avoid any schema locks). However this process takes a long time (5hours) as the number of record is very large (13 millions rows). I was wondering if there is was a way to create some sort of stored procedure on the Oracle side to update the data?
Any thoughts on this would be appreciated.
Thanks,
Alex