Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<talendType type="id_Double">
<dbType type="DOUBLE PRECISION" default="true"/>
<dbType type="BINARY_DOUBLE"/>
</talendType>
Which version of TOS are you using?
I checked that it has the correct data type mapping in TOS3.0.3. If you want to change the data type mapping, you can go to Windows-->Preference-->Talend-->Metadata of TalendType-->mapping_Oracle.xml and change it, eg:
<talendType type="id_Double">
<dbType type="DOUBLE PRECISION" default="true"/>
<dbType type="BINARY_DOUBLE"/>
</talendType>
<talendType type="id_Double">
<dbType type="DOUBLE PRECISION" default="true"/>
<dbType type="BINARY_DOUBLE"/>
</talendType>
<talendType type="id_Short">
<dbType type="INT" default="true"/>
</talendType>