Originally posted by jmodic
you can't store it in a DATE datatype column, you can only store it within VHARCHAR2 (or similar) datatype. And you don't need java for that, you can simply store it as a literal string.
Jurij,
Well i'm curious to see how you can store it and then(i presume also want to retrieve it) without a callout to a java stored procedure or other?
Maybe a sample please?