I generate feature layers from subsets of data stored in an Oracle database. After some adjustments to the data, such as deleting columns, adding columns and calculating their values I am writing the feature classes into a file geodatabase.
Looking at the column names generated by ArcGIS Pro I am puzzled that auto-generated columns e.g. GEOMETRY_Length have mixed names. Worst, I cannot alter the field name since the field is required...
- How to adjust/avoid mixed naming?
- How to force column names to UPPER CASE?