...fail on reruns. These tables hab, map_library, and map_inset_library already exist.
Reminders
We can't migrate these three tables with legacy Oracle exp/imp because BLOBs are not supported
We can migrate these tables with arcpy but it is slow and the outputs are registered with the geodatabase, which we don't want.
The bank shot kludge is to migrate with arcpy, use sql to create temp versions, arcpy delete the registered versions, then use sql to rename the temp tables and drop the objectid column. Ugh
The steps below here ...
https://github.com/mattyschell/geodatabase-taxmap-toiler/blob/d6ec148d689469be7919141bb6266b8c82dc961f/sample_import.bat#L67
...fail on reruns. These tables hab, map_library, and map_inset_library already exist.
Reminders