Hm, but the question was how to store miliseconds in Oracle 8i, not how to retrieve it from a computer system!
The answer is: 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.




Reply With Quote