If you can't find an Oracle doc listing the dataypes associated with type codes (and
I couldn't in a cursory search), then you'll need to check the log file after running
'sdetable -o describe' on each table to track down which tables are generating those
messages. It's likely they're LOB types or unsupported date/time variants.
Which version of Oracle 10g are you using? 10.2.0.1 has enough known issues, that
this could be related to that (10.2.0.1 is unsupported -- 10.2.0.3 is the minimum
supported release, and 10.2.0.4 requires ArcSDE 9.2 SP5 or higher).
9.2 SP2 is over three years old; if you want your ArcSDE to run with the fewest issues,
you should try to apply service packs within six months of their release. Even SP6 is
now more than a year old, so you really ought to get your 9.2 to SP6 with the post-SP6
patch (performance issue on connect from Desktop) as soon as possible, and start looking
to get 9.3.1sp2 and/or 10.0 installed in the coming months.
- V