Finally, we've captured the real error, and it falls clearly into the question
that you only half-answered: Error: Network I/O error (-10).
I expect that you're not using a supported release of Oracle 10g. 10.2.0.1
is only the base release, and its know to fail with bizarre errors all the time,
so it is not supported by any Esri product. It must be patched to at least
10.2.0.3 before it becomes even nominally reliable, and for security's sake,
you should be using 10.2.0.4 (with the terminal security patches before
10gR2 was de-supported), or better, moving up to a supported 11gR1 or
11gR2 (which would require a different release of ArcSDE [for 11g]).
You should also be sure that you've applied 9.3.1 SP2 to both ArcGIS and
ArcSDE and the 3-4 required ArcSDE patches released thereafter.
You never did answer the geometry storage type, which I requested three
times, and must be in the set {SDEBINARY, SDELOB, ST_GEOMETRY,
SDO_GEOMETRY}, not {Point, Line, Polygon}. If, after you have patched
your database release into stability, you continue to have problems, they
will likely be due to Oracle's deprecation of the LONG RAW used by ArcSDE's
SDEBINARY storage type (you won't be able to upgrade to 11g until you
transition the SDEBINARY to SDELOB).
- V