I'm inserting XML file to Oracle Database. But some of my XML model table's column named "NUMBER". In Oracle database, i know column couldn't named as "NUMBER".
In ODI 11g, i'm resolved this issue by rename column in target model. But ODI 12, this solution doesn't work anymore. It gives me ODI-1227 unexpected token: NUMBER_.
My data can't load C$_ table.
Here's my source model:

Here's my target Model:

Here's my mapping:

Here's log error:

How to resolve this problem?