I'm reading ArcSDE tables with FME Desktop 2012 SP4. One table has a column, type of which is string with width over 1000 000 000. The type of the same column in Oracle is NCLOB with width of 3000.
When reading the table with ArcSDE Reader, FME doesn't recognize the column at all. FME gives a warning saying that the column is not recognizable. Is it because of the width of the column in ArcSDE? Is there any way to read a column of such a type?