I want is create (even) an non-spatial index in the Oracle-spatial writer. So i tried the "SQL Statement to execute After Translation" with the next SQL:
CREATE INDEX GBKN_ALLES_TST_INDEX ON GBKN_ALLES_TST
(DWGLAYER, KLS_KLASSE)
LOGGING
STORAGE (
BUFFER_POOL DEFAULT
FLASH_CACHE DEFAULT
CELL_FLASH_CACHE DEFAULT
)
NOPARALLEL;
But it failed...
error was `ORA-00911: invalid character'
What is wrong?