Does anyone have suggestion/workaround for inserting data into Oracle "Interval" data type field?
I don't see any comments on FME idea. But I thought it worth asking in forum if someone had a workaround.
My only thought is building a trigger on table. Use a varchar2 field and convert it into "interval" type before insert or updates.