Skip to main content

I want to prepare the mapping from 1 oracle database (11) to another (19). Problem is that the 19-database is not installed yet, and the only way of preparing the migration is from Oracle 11 to a fgdb, which have alle the attributes lower case.

 

Thanks.Capture

You can use a BulkAttributeRenamer to change all the names to uppercase


@mvloenhout​  Connect your source feature type (Oracle 11 uppercase) to your target File Geodatabase (lowercase) Feature Type. Right click on the connector. Select Auto Connect Attributes. That will connect your upper to lower case attributes. If you want to see what was changed you can right click the connector again and select Replace with AttributeManager.


Reply