Hi,
you might want to decompose your complex geometries first, etc. Look at the Deaggregator, DonutholeExtractor, etc.
If you need to re-assemble the parts later on, consider introducing a Counter just after the Reader and you can then later use this value as a Group By for the Aggregator, DonutBuilder, etc.
David
Is there any other writer other than Oracle Spatial Object to write into Oralce Spatial table?
Hi,
not really, but if your geometries are small you can convert them to WKB and use the SQLExecutor in stead.
What is the reason for wanting something else?
David
I am just want to know the difference between Oracle Spatial Relational and Oracle Spatial Object. Which one I should use?
Hi,
the Oracle Spatial Relational is there for backwards compatibility with Oracle versions 9iR2 and earlier. The relational model has been deprecated by Oracle in favor of the object-relational model (called Oracle Spatial Object in FME).
More info in chapter 1.2 here:
http://docs.oracle.com/html/A88805_01/sdo_intr.htm
David