I have a table that I am loading in from an enterprise oracle database, as a Feature Layer.
Table view of feature layer
But after I apply the CopyFeature Tool to the table to create a local version of the table, the UNIQ_ID field (type OBJECTID) is overwritten to new values.
Table view of copied feature layer
Is there some flag or step I am missing to prevent the values from being changed like this?
I have resorted to witting custom code to compare each row with the oracle table to find the value but this is painfully inefficient.