When writing a table with oracle writer (type: spatial object) fme cannot create primairy key or index when the name of index is getting long. For example :
CREATE INDEX "SPOT.ACCRES_KNOOP_OLVS_ID01" ON "SPOT.ACCRES_KNOOP_OLVS" ("ID")
It gives a error: SQL Error: ORA-00942: table or view does not exist
However , the table does exist.
Copying pasting the command from fme -logs to sqldeveloper gives the same error as in FME.
However, if i shorten the indexame in command like e.g. ACCRES_KNOOP_OLVS_ID the command executes fine: index created
Should FME not fix the indexname by itself so it does not give error messages when making indexes ?
Is this a bug ? Current FME version is Desktop 2017.1
Best regards, Ed