It's not ArcSDE which is hiding the types involved -- the API is quite clear on which is which type (just run 'sdetable -o describe') -- it's actually ArcGIS which is doing the generalization.The actual Oracle CLOB maximum is 4Gb, but ArcSDE uses the SE_CLOB_INFO storage structure,which limits the absolute length to 2^31-1. As you can see, arbitrary length LOB types are difficult to use at times; at a minimum, you need to work with a different set of helper functions than the usual string operators (and there's fewer LOBfunctions).I don't see any correlation between these two very different problems (besides low-level corruptionof your Oracle instance) -- they might share the same cause, but one doesn't cause the other.- V
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.