Hello,
I am using FME Form 2025 and looking to write shapefiles/ geodbs dynamically to an ArcSDE Geodb.
My issue is that where my source data has the data type VARCHAR2 it is written into Oracle as NVARCHAR2.
According to our database manager our preference is VARCHAR2 due to: “VARCHAR stores each character using a single byte, NVARCHAR columns typically consume twice as much storage space as equivalent VARCHAR columns.”
I have tried multiple options of resetting the data types and writing out either using automatic attribute definition or dynamic (using the readers schema), but in any case the final table stores NVARCHAR2.
Is it possible to change the data type from within FME?
Many Thanks!