how to convert oracle timestamp to java timestamp
807606Mar 11 2007 — edited Mar 11 2007Hi,
I need to convert oracle timestamp that i got from oracle database to java timestamp.I tried to use getTimestamp() to get timestamp value from oracle, but am getting NumberFormatException.
Could any of suggest how to convert oracle timestamp to java timestamp.