Topic: Oracle timestamp
Oracle timestamp
Hi, I have an oracle db with a lot datetime columns defined as a timestamp. A timestamp get an "UNDEFINED" type i DC.
Is this Oracles JDBC driver or metamodel who define it a UNDEFINED
Is this Oracles JDBC driver or metamodel who define it a UNDEFINED
And how do i transform an "UNDEFINED" type to a string so i can create a transformer and cast it as a datetime
As far as I remember, this must be because MetaModel doesn't recognize the type defined by the Oracle driver.
You should be able to use any "Convert to XXX" transformer to cast it (or rather, parse it).
You should be able to use any "Convert to XXX" transformer to cast it (or rather, parse it).
Log in by clicking the login link at the top of the screen
Go back to forum.


