Hello,
This is my first use of the Writer with Oracle, I only used SQLExecutor before.
The problem is, all features are stored correctly, but I cannot get the Writer to store the geometry - it just remains empty.
First I put the name of the table and have specified the spatial column like this:
Secondly I basically enumerate all columns:
It works, but no geometries are being stored in the "AREA" column. All features come with geometry, I see them cached in the Inspector.
Thanks for any suggestions!


This one is from a complex flow that doesn't work, again just before the Writer (identical by copying from the working flow):
In both cases, the geometry seems exactly the same, as far as I have seen. Obviously, there are new attributes that are not calculated in the simple (yet working) flow. I basically hardcode all calculated attributes in both Writers to keep it simple and to rule out any possible differences.