Hi,
I am updating an existing table (in fact updating/inserting/deleting with fme_db_operation, created with ChangeDetector).
All data is well updated, all coming from my revised source, on all columns of my destination table.
However, I have a lot of warning telling me that the column xxxxxx does not exist in table XXXXXXX.
In the database, the columns exist, of course.
I am using a FeatureWriter and the feature types have been imported from dataset, Oracle Spatial Object and selecting the tables.
All columns are not updated (some have the red triangle, other the green one).
Any idea why I get these warning, whereas the columns are well updated ?